Casing in appsettings:umbraco:cms:contentMacroErrors and using MacroErrorBehaviour Enum (#10208)

* appsettings "WebRouting:DisableRedirectUrlTracking" should be a bool not a string

* Casing in appsettings "Umbraco:CMS:Content:MacroErrors" + Using MacroErrorBehaviour enum
This commit is contained in:
Martin Amsinck Andersen
2021-05-04 13:40:53 +02:00
committed by GitHub
parent b7b3eeb143
commit 2bc1c46e57
3 changed files with 7 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
"Notifications": {
"Email": "your@email.here"
},
"MacroErrors": "throw"
"MacroErrors": "Throw"
},
"Global": {
"DefaultUILanguage": "en-us",