oqtane / oqtane.framework

CMS & Application Framework for Blazor & .NET MAUI
http://www.oqtane.org
MIT License
1.9k stars 547 forks source link

[ENH] Ability to not set page theme/container and auto-inherit from Site Settings #4846

Closed iJungleboy closed 1 week ago

iJungleboy commented 1 week ago

Oqtane Info

Version - all up to Oqtane 6 Render Mode - all Interactivity - all Database - all

Describe the enhancement

At the moment, if you edit page settings, you must specify a theme and container.

This is not good, as in many scenarios you want a default theme / container on the site, and you only want to specify exceptions.

So the goal is that you don't have to specify this at the page level - possibly with the UI indicating that Use Site Theme: cre8magic Bootstrap5 or something.

Anything else?

A (bad) alternative would be to be able to flush-set it on all pages in one go.

This is not a good idea, because as mentioned above there are often good cases where you want to specify exceptions - and these would be reset as well.

iJungleboy commented 1 week ago

My bad - I see it's implemented now ;)