Good day,
I want to append/edit the detail layout of the account entity in an extension.
Adding additional custom fields and relationships using the entityDefs works just fine.
However, any files (for example detail.json) I add to the path
application/Espo/Modules/<mynamespace>/Resources/layouts/Account/
are not loaded during runtime whatsoever.
The path works fine for any custom entities and their corresponding layouts.
What is the ESPO-way to edit the layouts of existing entities?
Best wishes
Simon
I want to append/edit the detail layout of the account entity in an extension.
Adding additional custom fields and relationships using the entityDefs works just fine.
However, any files (for example detail.json) I add to the path
application/Espo/Modules/<mynamespace>/Resources/layouts/Account/
are not loaded during runtime whatsoever.
The path works fine for any custom entities and their corresponding layouts.
What is the ESPO-way to edit the layouts of existing entities?
Best wishes
Simon
Comment