mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-08 17:30:00 +02:00
Rebuild themes.json after theme submission
This commit is contained in:
parent
0c01a72c9b
commit
b10eb86867
3 changed files with 36 additions and 9 deletions
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,34 @@
|
||||||
{
|
[
|
||||||
"property": "theme.zen-minimal-exit-menu.enable-macos-identic",
|
{
|
||||||
|
"property": "property",
|
||||||
|
"label": "theme.zen-minimal-exit-menu.enable-macos-identic",
|
||||||
|
"type": "checkbox",
|
||||||
|
"disabledOn": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"property": "label",
|
||||||
"label": "Makes theme more identical to MacOS version.",
|
"label": "Makes theme more identical to MacOS version.",
|
||||||
"defaultValue": "false",
|
"type": "checkbox",
|
||||||
"disabledOn": ["macos"],
|
"disabledOn": []
|
||||||
"type": "checkbox"
|
},
|
||||||
}
|
{
|
||||||
|
"property": "defaultValue",
|
||||||
|
"label": "false",
|
||||||
|
"type": "checkbox",
|
||||||
|
"disabledOn": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"property": "disabledOn",
|
||||||
|
"label": [
|
||||||
|
"macos"
|
||||||
|
],
|
||||||
|
"type": "checkbox",
|
||||||
|
"disabledOn": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"property": "type",
|
||||||
|
"label": "checkbox",
|
||||||
|
"type": "checkbox",
|
||||||
|
"disabledOn": []
|
||||||
|
}
|
||||||
|
]
|
Loading…
Add table
Add a link
Reference in a new issue