I want to create custom fields in the Lead entity, but I saw online in order to do so, you have to checkmark a "developer mode" box in the webpage's settings. However, there was no developer mode option in the page's settings anywhere. I also saw you can do this in the back end by editing the config.php file in the root of the application and changing developerMode from false to true, however there was no mention of this in the file, so I just added 'developerMode' => true, right underneath the siteUrl line, and I also tried "isDeveloperMode. Neither of those worked.
How do you turn on developer mode?
Collapse
X
-
Tags: None
-
isDeveloperMode
But it's not supposed to be used for an instance that is installed from the build. It won't work. It's supposed to work if you work on an ext-template repository or if you use the espocrm repository.If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.
Comment