<ac:structured-macro ac:name="info">
<ac:parameter ac:name="icon">false</ac:parameter>
<ac:rich-text-body>
<p>😄 Some text</p>
</ac:rich-text-body>
</ac:structured-macro>
@Kristian ASK welcome to the community!
If you want to remove info icon from info panel then just edit your page and click on "Remove emoji" Icon:
I'm using the REST API and don't have that available unfortunately.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Kristian ASK Info macro without icon is just a Panel with a bluish background. So your storage format should be something like this:
<ac:structured-macro ac:name="panel">
<ac:parameter ac:name="bgColor">#DEEBFF</ac:parameter>
<ac:rich-text-body>
<p>Info without icon</p>
</ac:rich-text-body>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How do I change the icon of the info panel using the API? I can't see that there is a parameter for that.
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.