More xslt removal

This commit is contained in:
Shannon
2018-05-01 00:15:05 +10:00
parent 9a2797303b
commit 6db5ebf6f9
81 changed files with 48 additions and 3528 deletions

View File

@@ -124,10 +124,7 @@ namespace Umbraco.Web.Composing
internal static EditorValidatorCollection EditorValidators
=> Container.GetInstance<EditorValidatorCollection>();
internal static XsltExtensionCollection XsltExtensions
=> Container.GetInstance<XsltExtensionCollection>();
internal static UmbracoApiControllerTypeCollection UmbracoApiControllerTypes
=> Container.GetInstance<UmbracoApiControllerTypeCollection>();
@@ -143,9 +140,6 @@ namespace Umbraco.Web.Composing
internal static IPublishedSnapshotService PublishedSnapshotService
=> Container.GetInstance<IPublishedSnapshotService>();
public static ThumbnailProviderCollection ThumbnailProviders
=> Container.GetInstance<ThumbnailProviderCollection>();
#endregion
#region Web Constants