-
Notifications
You must be signed in to change notification settings - Fork 9
PlainText
spAnser edited this page Apr 14, 2016
·
2 revisions
{
"fields": [{
"group": "Default",
"name": "Plain Text",
"handle": "plainText", // This line is optional
"instructions": "This is not a required field.",
"type": "PlainText",
// typesettings & everything inside is optional
"typesettings": {
"placeholder": "",
"maxLength": 30,
"multiline": false // Allow line breaks
}
}]
}
Native Fields
- Assets
- Categories
- Checkboxes
- Color
- Date
- Dropdown
- Entries
- Lightswitch
- Matrix
- MultiSelect
- Number
- PlainText
- PositionSelect
- RadioButtons
- RichText
- Table
- Tags
- Users
Plugin Support