When running
npx connect-to-forge@latest --type confluence --url https://xxxx.connect-app.com/atlassian-connect.json
We get a manifest.yml
containing:
description:
value: Shows some kind of description.
However the documentation for a Forge macro ( https://developer.atlassian.com/platform/forge/manifest-reference/modules/macro/ ) always shows:
description: Shows some kind of description
Is this documented, is the value
key accepted in all descriptions?