Set default value via manifest instead, to allow customisation by plugin authors
This commit is contained in:
parent
3ae12a6469
commit
3ad8fb781f
|
@ -1455,7 +1455,8 @@
|
|||
"type": "icon",
|
||||
"label": "Icon",
|
||||
"key": "icon",
|
||||
"required": true
|
||||
"required": true,
|
||||
"defaultValue": "ri-star-fill"
|
||||
},
|
||||
{
|
||||
"type": "select",
|
||||
|
|
Loading…
Reference in New Issue