theme-store/themes/35f24f2c-b211-43e2-9fe4-2c3bc217d9f7/preferences.json
Bryan Galdámez 80842c45a7
refactor(scripts): added compatibility layer with old prefs style, convert prefs to new style on theme rebuild (#424)
* refactor(scripts): replaced hyphens with underscores in script names

* test(rebuild_themes): debug logs

* Rebuild themes.json after theme submission

* refactor(rebuild_themes): added preferences loading

* fix(submit-pr): fixed dependencies

* debug(rebuild_themes): add pre print

* feature(rebuild_themes): save preferences to file

* feature(rebuild_themes): add ident

* Rebuild themes.json after theme submission

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-21 06:58:24 +02:00

26 lines
No EOL
730 B
JSON

[
{
"property": "uc.theme.comptitle-one-char-title.enabled",
"label": "Shorter title (1 character)",
"type": "checkbox",
"disabledOn": []
},
{
"property": "uc.theme.comptitle-three-char-title.enabled",
"label": "Longer title (3 characters)",
"type": "checkbox",
"disabledOn": []
},
{
"property": "uc.theme.comptitle-enable-pinned.enabled",
"label": "Enable in pinned tabs",
"type": "checkbox",
"disabledOn": []
},
{
"property": "uc.theme.comptitle-default-text.enabled",
"label": "More contrast-y text, may be harder to look at",
"type": "checkbox",
"disabledOn": []
}
]