I'm trying to add an extra option to the Settings -> Email menu in adminPanel.json for a custom module, so I've created the following file:
application/Espo/Modules/MailChimp/Resources/metadata/app/adminPanel.json
with the following:
This works only in part, the first item (Outbound Emails) is removed from the list during the unification.
application/Espo/Modules/MailChimp/Resources/metadata/app/adminPanel.json
with the following:
Code:
{ email:{ label:Email, items:[ { url:#Admin/mailchimp, label:MailChimp, description:mailchimp } ] } }
Comment