A container that highlights content as additional information, a warning, or the result of an action.
1 2Panel.info(p("Hello world"));
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18{ "type": "panel", "attrs": { "panelType": "info" }, "content": [ { "type": "paragraph", "content": [ { "type": "text", "text": "Hello world" } ] } ] }
| Confluence | Jira |
|---|---|
| ✅ | ✅ |
❌ N/A
panelThe various overrides for the panel icon properties and the panel’s color are mainly intended for the custom field type, but the schema does not enforce that restriction. The behaviour when combining these properties with other panel types is undefined and may change in the future. ↩ ↩2 ↩3 ↩4
The localId, when present, will typically be a random UUID. This is not enforced by the schema. ↩
Rate this page: