Hi all,
we have developed an app for Confluence Cloud with the atlassian-connect-express framework.
According to the documentation, we have set "featured":true
in the dynamicContentMacros section of the app descriptor. But still the app is not shown under the dropdown menu to “insert more content”, only when going via “View more…”
Did we miss something?
Thanks for any hint!
2 Likes
Could you please share the dynamicContentMacros
module part of your descriptor?
Sure!
"modules": {
"dynamicContentMacros": [
{
"width": "100%",
"height": "310px",
"renderModes": {
"default": {
"url": "/viewer-static"
},
"pdf": {
"url": "/viewer-pdf?pageId={content.id}&diagramName={diagramName}"
},
"word": {
"url": "/viewer-pdf?pageId={content.id}&diagramName={diagramName}"
}
},
"url": "/viewer?pageId={content.id}¯oId={macro.id}&diagramName={diagramName}&pageVersion={content.version}&outputType={output.type}",
"description": {
"value": "Modeling Tool",
"i18n": ""
},
"icon": {
"width": 80,
"height": 80,
"url": "/assets/css/images/logo.png"
},
"documentation": {
"url": ""
},
"outputType": "block",
"bodyType": "none",
"featured": true,
"parameters": [
{
"identifier": "diagramName",
"name": {
"value": "diagram name",
"i18n": ""
},
"description": {
"value": "Name of diagram to visualize",
"i18n": ""
},
"type": "string",
"required": true,
"hidden": false
}
],
"name": {
"value": "Diagram",
"i18n": "featured.label"
},
"editor": {
"url": "/macro-dialog",
"width": "100%",
"height": "100%"
},
"key": "macro-enterprise"
}
],
"dialogs": [
{
"url": "/edit-diagram.action?pageId={ac.pageId}¯oId={ac.macroId}&appMode={ac.appMode}&fromMode={ac.fromMode}",
"options": {
"width": "100%",
"height": "100%",
"chrome": false
},
"key": "editor"
}
]
}
@aagrawal2 do you have any hint for us what we are missing?
Apologies for the delay. I missed your reply. Let me discuss this with our team and I will get back to you ASAP.
We are experiencing the same issue. We also have featured set to true. We would like our users to simply click the insert menu and select our macro without having to click “view more” and searching for it.
Has there been any discussions or solutions to this? I’ve seen multiple issues regarding this without answers.