-
Notifications
You must be signed in to change notification settings - Fork 9
MultiSelect
spAnser edited this page Apr 14, 2016
·
2 revisions
{
"fields": [{
"group": "Default",
"name": "MultiSelect",
"handle": "multiselect", // This line is optional
"instructions": "This is not a required field.",
"type": "MultiSelect",
// typesettings & everything inside is optional
"typesettings": {
"options": [
{
"label": "Red",
"value": "red",
"default": false
},
{
"label": "Green",
"value": "green",
"default": true
},
{
"label": "Blue",
"value": "blue",
"default": false
}
]
}
}]
}
Native Fields
- Assets
- Categories
- Checkboxes
- Color
- Date
- Dropdown
- Entries
- Lightswitch
- Matrix
- MultiSelect
- Number
- PlainText
- PositionSelect
- RadioButtons
- RichText
- Table
- Tags
- Users
Plugin Support