Developer
News and Updates
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Last updated Sep 1, 2026

ADF node: panel

Node

Description

A container that highlights content as additional information, a warning, or the result of an action.

Example

Java

1
2
Panel.info(p("Hello world"));

ADF

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"
        }
      ]
    }
  ]
}

Compatibility

Products

ConfluenceJira

Usage

Marks

❌ N/A

Structure


  1. The 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. The 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.↩︎
  3. The 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.↩︎
  4. The 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.↩︎
  5. The localId, when present, will typically be a random UUID. This is not enforced by the schema.↩︎

Rate this page: