StringField - AtlasRender/atlas-render-plugin GitHub Wiki
StringField
Overview
StringField is a class, designed to allow user to create custom srting plugin settings.
Spec
| Property | Type | Required | Description |
|---|---|---|---|
| type | "string" | 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. |
| min | number | Minimal available string length. | |
| max | number | Maximal available string length. | |
| default | number | Default string value of the field. | |
| id | number | string | Custom identifier. Not used in validation. |