We are building a Confluence Cloud addon using atlassian-connect-express. The addon has a possibility to embed dynamic content macros. We want to allow migration from server to cloud.
The thing is that our server app provides some macros that we want to display correctly in cloud, but we do not want to create new macros of that type. We create those macros in app descriptor, but we do not want them to be visible in macros browser.
Is it possible to make defined macro invisible and impossible to create by the user?
A hidden flag of dynamicContentMacros in atlassian-connect.json can be used to solve that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.