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",
"type": "dropdown",
"defaultValue": "right",
"placeholder": "Use Default (Right)",
"options": [
{
"label": "Left",
"value": "left"
},
{
"label": "Right",
"value": "right"
},
{
"label": "Left",
"value": "left"
}
]
}