You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: The original idea was to have a friendlier UI for common options in the umbracoSettings.config file. However with .NET Core, Umbraco v9+ the configuration has moved the appSettings.json, requiring a web-app restart for the updated configuration to take affect, I'm less sure how it'd potentially work.
With a UI for Umbraco configuration, we could have things like...
Well, as long as you access configuration settings using IOptionsSnapshot<GlobalSettings> changes made to appsettings.json are reflected immediately on change without requiring a restart. While this is great, it would probably require Umbraco changes to work as intended, internal Umbraco code would also need to access them using IOptionsSnapshot<GlobalSettings> instead of using IOptions<GlobalSettings>
Idea summary
With a UI for Umbraco configuration, we could have things like...
<error404>
pageMore details about the
umbracoSettings.config
file are available on the Our Umbraco documenation.Which categories would the idea fit?
Code of Conduct
The text was updated successfully, but these errors were encountered: