Skip to content

Feature flag

John Linhart edited this page Jun 11, 2019 · 2 revisions

If you need to turn off the plugin without removing the plugin completely, place 'custom_objects_enabled' => false to your app/config/local.php. Then clear the cache to apply this change.

This flag is checked in every listener that injects functionality to other parts of Mautic. Like contact detail page, menu items, permissions, segment filters, campaign actions. If set to false then none of the custom object features will be visible in the UI nor it will affect other Mautic's functionality. The database structure and data stored in it will still exist in case the flag will be set to true in the future.

Clone this wiki locally