-
Notifications
You must be signed in to change notification settings - Fork 99
Field: Colorpicker
Nadim Tuhin edited this page Aug 15, 2015
·
2 revisions
Colorpicker in Onepager is a new way to take control over the color on onepager-enabled theme.
Preview
| Name | Type | Default | Description |
|---|---|---|---|
| type | string | colorpicker | This Value identifies the field type |
| name | string | A unique name required to define | |
| label | string | Displays as field label | |
| value | string | The value should be HEX/RGB/RGBE value |
array(
'name' => 'title', // Required
'type' => 'colorpicker',
'label' => 'Title', // Optional, name will use instead
'value' => "" //optional
),