add placeholder and change property name

This commit is contained in:
Ahmad Aziz 2025-06-26 16:58:05 +00:00
parent f36938d349
commit 1fdef11735

View file

@ -1,17 +1,18 @@
[ [
{ {
"property": "mod.floating_history.position", "property": "theme.floating_history.position",
"label": "Position", "label": "Position",
"type": "dropdown", "type": "dropdown",
"defaultValue": "right", "defaultValue": "right",
"placeholder": "Use Default (Right)",
"options": [ "options": [
{
"label": "Left",
"value": "left"
},
{ {
"label": "Right", "label": "Right",
"value": "right" "value": "right"
},
{
"label": "Left",
"value": "left"
} }
] ]
} }