-
Notifications
You must be signed in to change notification settings - Fork 100
Field: Repeater Single
Nadim Tuhin edited this page Aug 19, 2015
·
2 revisions
Single repeater repeats the single specific content.
Preview
Name | Type | Default | Description |
---|---|---|---|
type | string | text | This Value identifies the field type |
name | string | A unique name required to define | |
label | string | Displays as field label | |
value | array | value should be a value list in array |
array(
'name' => 'title', // Required
'type' => 'text', // This can be of any type but not repeater
'label' => 'Title', // Optional, name will use instead
'value' => array("") // This makes a control single repeatable
),