My custom theme is not showing up in the admin portal #11037
-
I created a new theme called The generated dll is called Here is the dependencies list The manifest file looks like this
What am I missing here? How can I make the theme accessible after its installed using nuget.org? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Did you add your theme as a dependency in the asp.net project? |
Beta Was this translation helpful? Give feedback.
-
It turned out that the nuget package id must be the same as the project name for OC to see it. Its strange to me that the nuget package id just be the same as the dll for OC to see it. This is a working package https://www.nuget.org/packages/TheDefaultAdminTheme/ |
Beta Was this translation helpful? Give feedback.
It turned out that the nuget package id must be the same as the project name for OC to see it. Its strange to me that the nuget package id just be the same as the dll for OC to see it. This is a working package https://www.nuget.org/packages/TheDefaultAdminTheme/