Removal of AjaxControlToolkit from Canvas and custom non-used extenders. Refactored Canvas with new modal window lib, better jQuery and browser support. Minor CSS fixees. [TFS Changeset #64405]
18 lines
1.1 KiB
Plaintext
18 lines
1.1 KiB
Plaintext
<clientDependency isDebugMode="false" version="8">
|
|
<fileRegistration defaultProvider="PageHeaderProvider" fileDependencyExtensions="js,css" enableCompositeFiles="true">
|
|
<providers>
|
|
<add name="PageHeaderProvider" type="ClientDependency.Core.FileRegistration.Providers.PageHeaderProvider, ClientDependency.Core" />
|
|
<add name="LazyLoadProvider" type="ClientDependency.Core.FileRegistration.Providers.LazyLoadProvider, ClientDependency.Core" />
|
|
<add name="CanvasProvider" type="umbraco.presentation.LiveEditing.CanvasClientDependencyProvider, umbraco" />
|
|
</providers>
|
|
</fileRegistration>
|
|
<compositeFiles defaultProvider="CompositeFileProcessor" compositeFilePath="~/App_Data/ClientDependency" compositeFileHandlerPath="DependencyHandler.axd">
|
|
<providers>
|
|
<add name="CompositeFileProcessor"
|
|
type="ClientDependency.Core.CompositeFiles.Providers.CompositeFileProcessingProvider, ClientDependency.Core"
|
|
enableCssMinify="true"
|
|
enableJsMinify="true"/>
|
|
</providers>
|
|
</compositeFiles>
|
|
</clientDependency>
|