Unifying adminPanel.json across modules

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alasdaircr
    Active Community Member
    • Aug 2014
    • 525

    Unifying adminPanel.json across modules

    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:
    Code:
    {
       email:{
          label:Email,
          items:[
             {
                url:#Admin/mailchimp,
                label:MailChimp,
                description:mailchimp
             }
          ]
       }
    }
    This works only in part, the first item (Outbound Emails) is removed from the list during the unification.
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    This is not a bug. We will add the ability to append to arrays in 2.6 or 2.7.
    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

    • alasdaircr
      Active Community Member
      • Aug 2014
      • 525

      #3
      Good stuff

      Comment

      • tim
        Junior Member
        • Aug 2024
        • 18

        #4
        Is there a way to append already?

        Comment

        • yuri
          Member
          • Mar 2014
          • 8440

          #5
          Yes, it was added 10 years ago. https://docs.espocrm.com/development...ata/#extending
          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

          Working...