Removes umbraco settings: ImageTagAllowedAttributes, UploadAllowDirectories, ensureUniqueNaming, ImageTagAllowedAttributes, ScriptEditorDisable, ScriptFolderPath, UploadAllowDirectories

This commit is contained in:
Shannon
2019-01-30 23:42:25 +11:00
parent a331632800
commit fccfa4f412
27 changed files with 175 additions and 298 deletions

View File

@@ -151,7 +151,7 @@ namespace Umbraco.Web.Runtime
.Append<DefaultUrlProvider>()
.Append<CustomRouteUrlProvider>();
composition.RegisterUnique<IContentLastChanceFinder, ContentFinderByLegacy404>();
composition.RegisterUnique<IContentLastChanceFinder, ContentFinderByConfigured404>();
composition.WithCollectionBuilder<ContentFinderCollectionBuilder>()
// all built-in finders in the correct order,