Group fields
The setting field type Group Fields
Arguments
Name | Type | Value | Description |
| string | group | The type of setting |
| string | {field_name} | The unique name will be used in template |
| string | (optional) | The label that appears above of the setting field. |
| string | (optional) | The description that appears above under of the setting field. |
| string | (optional) | The long description that appears on the tooltip when hover on. |
| object | (optional) | The default value will be used for the first time. |
| object | (optional) |
|
| object | (required) | List of fields in this group (support group level 2) |
| object | (optional) | Add listener events for setting field |
Code example
How it works
Last updated