Hi All,
I have already migrated confleunce data. now i am changing plugin making it compatible to 4.2.2.
prior it was not available with macro browser.now its available with macro browser for existing pages all macros are showing unknown.
do i need to do the data migration one more time?
atlassian-plugin.xml entry for xhtml. 4.2.2
<xhtml-macro key="test"
name="test"
class="com.test.confluence.plugin.macros.test">
<category name="development"/>
<parameters/>
atlassian-plugin.xml 3.1.2
<macro name='test' class='com.test.confluence.plugin.macros.test' key='test'>
<!-- TODO: Add macro description -->
<!-- <description></description> -->
</macro>
all macros are showing as unknown is there any way how to update content compatible with xhtml-macro.
also for 4.2.2 can i write macro inside macro?
thanks.
I can aswer the last question: yes, you can use a macro inside a macro:
http://www.confluenza.com/2012/06/11/use-a-macro-within-a-macro/
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.