mirror of
https://github.com/danieladov/jellyfin-plugin-skin-manager.git
synced 2026-01-18 16:37:31 +01:00
Update configurationpage.html
This commit is contained in:
@@ -161,6 +161,16 @@
|
||||
html += '<div class="selectContainer"><select is="emby-select" data-css= "'+css + '"class="selector" label="'+name+'">' + getOptions(option,saved)+'</select></div>'
|
||||
return html;
|
||||
}
|
||||
function getFontPreview(categories,option,selections,name){
|
||||
var html = "";
|
||||
if (name == "Fonts"){
|
||||
html += '<div class="fontCont><p style="font-family: '+ categories.option.selections.value +';">Hello, This is your selected font-family.</p></div>"'
|
||||
return html;
|
||||
}
|
||||
else {
|
||||
return"";
|
||||
}
|
||||
}
|
||||
function getOptions(option,saved){
|
||||
var html = "";
|
||||
var selections = option.selections
|
||||
|
||||
Reference in New Issue
Block a user