mirror of
https://github.com/danieladov/jellyfin-plugin-skin-manager.git
synced 2026-01-18 16:37:31 +01:00
Add new fontPicker Files
This commit is contained in:
6163
Jellyfin.Plugin.SkinManager/Configuration/fontpicker.js
Normal file
6163
Jellyfin.Plugin.SkinManager/Configuration/fontpicker.js
Normal file
File diff suppressed because it is too large
Load Diff
@@ -16,6 +16,9 @@
|
||||
<ItemGroup>
|
||||
<None Remove="Configuration\configurationpage.html" />
|
||||
<EmbeddedResource Include="Configuration\configurationpage.html" />
|
||||
|
||||
<None Remove="Configuration\fontpicker.js" />
|
||||
<EmbeddedResource Include="Configuration\fontpicker.js" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -34,6 +34,16 @@ namespace Jellyfin.Plugin.SkinManager
|
||||
{
|
||||
Name = "SkinManager",
|
||||
EmbeddedResourcePath = GetType().Namespace + ".Configuration.configurationpage.html"
|
||||
},
|
||||
new PluginPageInfo
|
||||
{
|
||||
Name = "fontpicker.js",
|
||||
EmbeddedResourcePath = GetType().Namespace + ".Configuration.fontpicker.js"
|
||||
},
|
||||
new PluginPageInfo
|
||||
{
|
||||
Name = "fontpicker.css",
|
||||
EmbeddedResourcePath = GetType().Namespace + ".Configuration.jquery.fontpicker.min.css"
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user