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>
|
<ItemGroup>
|
||||||
<None Remove="Configuration\configurationpage.html" />
|
<None Remove="Configuration\configurationpage.html" />
|
||||||
<EmbeddedResource Include="Configuration\configurationpage.html" />
|
<EmbeddedResource Include="Configuration\configurationpage.html" />
|
||||||
|
|
||||||
|
<None Remove="Configuration\fontpicker.js" />
|
||||||
|
<EmbeddedResource Include="Configuration\fontpicker.js" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@@ -34,6 +34,16 @@ namespace Jellyfin.Plugin.SkinManager
|
|||||||
{
|
{
|
||||||
Name = "SkinManager",
|
Name = "SkinManager",
|
||||||
EmbeddedResourcePath = GetType().Namespace + ".Configuration.configurationpage.html"
|
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