This repository was archived by the owner on Jul 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
GroupField
Danil Andreev edited this page Nov 17, 2020
·
1 revision
GroupField - class, designed to allow user to group settings. It will optimize settings layout and made them more structured.
| Property | Type | Required | Description |
|---|---|---|---|
| type | "group" | Yes | The type of a field. |
| name | string | Yes | The variable name. Used to identify field. |
| label | string | Yes | Label will be displayed in the interface. Nice name of the field. |
| nested | PluginSetting[] | Yes | Array of nested plugin setting fields. |
| id | number | string | Custom identifier. Not used in validation. |
- Fields
- Entities
- Errors