Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Change the icon in the info panel macro

Kristian ASK August 30, 2023
I have the following macro defined but the icon is still showing. How can I remove or change the info panel icon?
<ac:structured-macro ac:name="info">
    <ac:parameter ac:name="icon">false</ac:parameter>
    <ac:rich-text-body>
    <p>&#x1F604; Some text</p>
    </ac:rich-text-body>
</ac:structured-macro>

1 answer

0 votes
Sayed Bares _ServiceRocket_
Community Champion
August 30, 2023

@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:

info panel.jpg

Kristian ASK August 30, 2023

I'm using the REST API and don't have that available unfortunately.

Like Dane Kantner likes this
Sayed Bares _ServiceRocket_
Community Champion
August 30, 2023

@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>
Kristian ASK September 1, 2023

How do I change the icon of the info panel using the API? I can't see that there is a parameter for that.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events