mirror of
https://github.com/danieladov/jellyfin-plugin-skin-manager.git
synced 2026-01-18 16:37:31 +01:00
Add logo theming option for jellyflix
This commit is contained in:
@@ -117,7 +117,12 @@
|
|||||||
],
|
],
|
||||||
"categories": [{
|
"categories": [{
|
||||||
"name": "Default",
|
"name": "Default",
|
||||||
"options": []
|
"options": [{
|
||||||
|
"type": "checkBox",
|
||||||
|
"name": "Theme Logo",
|
||||||
|
"description": "Styles title page in such a way in which logos are used instead of Names.",
|
||||||
|
"css": "@import url('https://prayag17.github.io/JellyFlix/Logo.css');"
|
||||||
|
}]
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user