Change back to ClearProcessors
This commit is contained in:
@@ -51,7 +51,7 @@ namespace Umbraco.Extensions
|
||||
})
|
||||
.SetCache<PhysicalFileSystemCache>()
|
||||
.SetCacheHash<CacheHash>()
|
||||
.AddProvider<PhysicalFileSystemProvider>()
|
||||
.ClearProcessors()
|
||||
.RemoveProcessor<ResizeWebProcessor>() // The Resize processor is added by default, so remove it to ensure that the crop processor runs first
|
||||
.AddProcessor<CropWebProcessor>()
|
||||
.AddProcessor<ResizeWebProcessor>()
|
||||
|
||||
Reference in New Issue
Block a user