How to remove Theme Samples ? #5455
Answered
by
VictorTomaili
TechAspirant
asked this question in
Help
-
How can I remove Theme Samples in Serenity Core ? I cannot see the AdminLte folder. |
Beta Was this translation helpful? Give feedback.
Answered by
VictorTomaili
Feb 8, 2021
Replies: 1 comment 1 reply
-
Remove this line https://github.com/serenity-is/Serene/blob/master/Serene/Serene.Core/Initialization/Startup.cs#L53 for hide from menu. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
TechAspirant
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Remove this line https://github.com/serenity-is/Serene/blob/master/Serene/Serene.Core/Initialization/Startup.cs#L53 for hide from menu.
if you want to remove sample completely, uninstall
Serenity.Demo.ThemeSamples
nuget package.