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",
|
||||
"type": "dropdown",
|
||||
"defaultValue": "right",
|
||||
"placeholder": "Use Default (Right)",
|
||||
"options": [
|
||||
{
|
||||
"label": "Left",
|
||||
"value": "left"
|
||||
},
|
||||
{
|
||||
"label": "Right",
|
||||
"value": "right"
|
||||
},
|
||||
{
|
||||
"label": "Left",
|
||||
"value": "left"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue