Hi Guys,
From the image above, it seems Confluence takes the macro key, capitalises the first letter and shows it as the macro name when editing. As observed, the name isn’t really “user-friendly”. We would very much like to maintain this key name because of compatibility for our customers when they migrate from server to cloud.
Is it possible in a different way to use the name property instead of key as it is more user-friendly? Seems Confluence is not using the name property in atlassian-connect.json. A snippet of the macro definition in the atlassian-connect.json file
{
"key": "auibutton",
"name": {
"value": "Button Hyperlink"
},
"url": "/macro/buttonlink/button-link.html",
"bodyType": "none",
"cacheable": true,
"description": {
"value": "Inserts a Styled button, with Hyperlink, to the page."
}
}
Thanks!