Hi,
this is a part my atlassian-plugin.xml :
<!-- Blueprint -->
<blueprint key="ChangeControlTicket" index-key="DONT WANT THIS" disable-index-page="true">
<content-template ref="ChangeControlTicket-template"/>
<dialog-wizard key="simplebp-wizard">
<dialog-page id="page1Id" template-key="MyPlugin.Blueprints.Simple.page1Form"
title-key="my.blueprint.wizard.page1.title" last="true"/>
</dialog-wizard>
</blueprint>
However, ether disable-index-page nor index-key don't effect my plugin at all.
The Default index page template is still there and the label is always "my-index".
(of course I replaced "DONT WANT THIS" with "Change")
Thanks,
Adrian
Hi Adrian,
did you find a working solution for that?
In earlier Confluence version there was a workaround using an empty index-key attribute: https://community.atlassian.com/t5/Answers-Developer-Questions/Blueprint-without-default-labels/qaq-p/550117
However, this stopped working in newer Confluence versions.
Any ideas?
Best regards,
Bernd
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.