Property description

The values property defines the name and contents of each tab.

Minimal JSON

{
   "title": "",
   "values": [ ]
}

Nested properties

PropertyDescriptionValuesMandatory
titleTranslation 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.stringYes
valuesArray of components displayed in the tab.arrayYes