Need help in the process of creating your own WordPress theme?
Icon Setter option type.
| Name | Type | Default | Description |
|---|---|---|---|
| canDelete | boolean |
false | Admit if usr can remove or not current active icon. |
| Name | Type | Default | Description |
|---|---|---|---|
| value | string |
undefined |
Any string value. |
{
id: "icon",
type: "iconSetter-dev",
}
{
id: "icon",
label: "Icon",
type: "iconSetter-dev",
config: {
canDelete: true,
},
}