Hello,
I want to add a custom button to the space tools area using the web-item module to customize my confluence plugin. Therefore I tried to follow this tutorial, but changed the section to just system.space.tools.
<web-item key="space-admin-quick-link-manager" name="Quick Link Manager in Space Admin" section="system.space.tools" weight="100"> <label key="space.admin.quick.link.manager" /> <link linkId="space-admin-quick-link-manager-id">/plugins/${project.artifactId}/add-link.action?key=$generalUtil.urlEncode($helper.spaceKey)</link> <conditions type="AND"> <condition class="com.atlassian.confluence.plugin.descriptor.web.conditions.SpacePermissionCondition"> <param name="permission">administer</param> </condition> <condition class="com.atlassian.confluence.plugin.descriptor.web.conditions.SpaceSidebarCondition"/> </conditions> </web-item>
But unfortunately, my Button won't appear, nor do I get an error or something.
Has anyone tried something similar in the past?
Thanks for your help in advance!
Community moderators have prevented the ability to post new answers.
Some observations:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.