mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-08 01:10:01 +02:00
add placeholder and change property name
This commit is contained in:
parent
f36938d349
commit
1fdef11735
1 changed files with 6 additions and 5 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue