Developer
Documentation
Resources
Get Support
Sign in
Developer
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Developer
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Last updated Oct 17, 2025

Node - panel

Purpose

The panel node is a container that highlights content.

Type

panel is a top-level block node.

Example

1
2
{
  "type": "panel",
  "attrs": {
    "panelType": "info"
  },
  "content": [
    {
      "type": "paragraph",
      "content": [
        {
          "type": "text",
          "text": "Hello world"
        }
      ]
    }
  ]
}

Fields

NameRequiredTypeValue
typestring"panel"
contentarrayAn array of one or more nodes
attrsobject
attrs.panelTypestring"info", "note", "warning", "success", "error"

Content

content must contain array of one or more of the following nodes:

Rate this page: