enonic / xp-apps

Enonic XP bundled applications.
GNU General Public License v3.0
1 stars 3 forks source link

Display the list of application's admin tools in Application Info panel #654

Closed alansemenov closed 6 years ago

alansemenov commented 6 years ago

Add a new section to the Application Info panel titled "Admin Extensions" (remember to localise it).

NB! This section should not be visible if the application has no admin tools or widgets.

Add a new ItemDataGroup called "Admin Tools" (again, localise it). It should contain the list of admin tools' display names sorted alphabetically. Show the tool's key in a tooltip on hover.

Each admin tool should be a link opening a new window. Look here for how we generate URL of an admin tool.

image