-
Notifications
You must be signed in to change notification settings - Fork 9
Entries
spAnser edited this page May 31, 2016
·
4 revisions
{
"fields": [{
"group": "Default",
"name": "Entries",
"handle": "entries", // This line is optional
"instructions": "This is not a required field.",
"type": "Entries",
// typesettings & everything inside is optional
"typesettings": {
"sources": ["singles"], // Use the handle of the Entry or leave blank for all. To select Singles use the string "singles".
"limit": 3,
"selectionLabel": "Add an entry"
}
}]
}
Native Fields
- Assets
- Categories
- Checkboxes
- Color
- Date
- Dropdown
- Entries
- Lightswitch
- Matrix
- MultiSelect
- Number
- PlainText
- PositionSelect
- RadioButtons
- RichText
- Table
- Tags
- Users
Plugin Support