Skip to content

Theme Settings? #3851

Answered by sbwalker
markdav-is asked this question in Q&A
Feb 20, 2024 · 3 comments · 2 replies
Discussion options

You must be logged in to vote

@markdav-is I believe you are referring to the custom Theme Settings which are displayed in Add/Edit Page and Container Settings displayed in Module Settings:

and

These options are available for the default Oqtane Theme because it implements custom Theme Settings And Container Settings which allow a user to customize the behavior at runtime.

If you look at the Oqtane Theme in the core framework project (Oqtane.Client\Themes\OqtaneTheme) you will notice that the ThemeInfo.cs contains a couple of type references:

       public Theme Theme => new Theme
       {
           Name = "Oqtane Theme",
           Version = "1.0.0",
           ThemeSettingsType = "Oqtane.Themes.OqtaneTheme.ThemeSet…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@markdav-is
Comment options

Answer selected by markdav-is
Comment options

You must be logged in to vote
1 reply
@sbwalker
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants