Property description
The values property defines the name and contents of each tab.
Minimal JSON
{
"title": "",
"values": [ ]
}
Nested properties
| Property | Description | Values | Mandatory |
|---|---|---|---|
title | Translation key of the title. Define the key in translations to specify how the text is displayed in the UI. Unlike the name property, if you use a specific string of text for the title, this text will appear with the package key. For example, Comment Section will be displayed as package_key_comment section. | string | Yes |
values | Array of components displayed in the tab. | array | Yes |