-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Forge - App UI Web
Issue Summary
Forge Confluence Confluence:globalPage module does not accept multiple child pages or sections similar to jira:globalPage:
| pages | Page[] | You can only specify `pages` or `sections` but not both. | The list of subpages to render on the sidebar. |
| sections | Section[] | The list of sections to render on the sidebar. |
It would be great to have a matching schema for Confluence Forge apps like:
confluence:globalPage
- key: hello-world-confluence-module-page
resource: main
resolver:
function: resolver
render: native
title: Hello World
pages:
- title: page example
route: page-example-1
icon: https://example.com/icon.png
This would help especially development partners coming from Connect to have matching functionality in Forge.
- was cloned as
-
ECO-1005 Forge Confluence Global Settings Children Pages
- Gathering Interest