I modified the layout for the Account entity, which works fine when the detail.json file is in custom/Espo/Custom. However, moving the file to custom/Espo/Modules/MyModule does not work. Is there a way to modify the configuration of base entities in modules?
Modifying base application layouts in extensions doesn't work
Collapse
X
-
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. -
e.g
PHP Code:{ "Account": { "detail": { "module": "YourModule" } } }
then just put the new detail under layouts > account > detail in your extension and it should work
Last edited by rabii; 09-22-2025, 01:04 PM.Rabii
Here to help :)👍 1Comment
Comment