Need help in the process of creating your own WordPress theme?
Icons Picker option type.
| Name | Type | Default | Description |
|---|---|---|---|
| choices | array |
[] |
The id will be used to save the selected icon
|
| Name | Type | Default | Description |
|---|---|---|---|
| value | object |
{ value: [] } |
Any string value. |
{
id: "item",
type: "iconsPicker-dev",
choices: [
{
value: "corner",
icon: "nc-corners-round",
title: "Corner"
},
{
value: "bounce",
icon: "nc-pin",
title: "Bounce"
},
{
value: "fade",
icon: "nc-right-arrow-filled",
title: "Fade"
},
{
value: "corner2",
icon: "nc-corners-round",
title: "Corner"
}
]
{
id: "test",
type: "iconsPicker-dev",
defaultValue: {
value: "bounce"
},
choices: [
{
value: "corner",
icon: "nc-corners-round",
title: "Corner"
},
{
value: "bounce",
icon: "nc-pin",
title: "Bounce"
},
{
value: "fade",
icon: "nc-right-arrow-filled",
title: "Fade"
},
{
value: "corner2",
icon: "nc-corners-round",
title: "Corner"
}
]
}