I have created a user macro exactly like expand macro.
for some reason text i have entered in the macro body is not expanding. what am i doing wrong?
<div class="notice notice-success">
<h1 style="color:#80D651;"><span class="aui-icon aui-icon-small aui-iconfont-$paramicon"> </span> $paramtitle</h1>
<input id="toggle" type="checkbox">
<ac:macro ac:name="expand"> $body</ac:macro>
</div>
</div>
Hi Alana,
this works for me:
<ac:structured-macro ac:name="expand">
<ac:rich-text-body>$body</ac:rich-text-body>
</ac:structured-macro>
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.