Set default value via manifest instead, to allow customisation by plugin authors

This commit is contained in:
Andrew Kingston 2025-02-13 14:26:05 +00:00
parent 3ae12a6469
commit 3ad8fb781f
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -1455,7 +1455,8 @@
"type": "icon",
"label": "Icon",
"key": "icon",
"required": true
"required": true,
"defaultValue": "ri-star-fill"
},
{
"type": "select",