Changes casing of /Media in FileSystemProvider.config for backwards compatibility (media protect pkg)
Included missing images for the installer
This commit is contained in:
@@ -522,6 +522,14 @@
|
||||
<Content Include="umbraco_client\FileUploader\js\jquery.fileUploader.js" />
|
||||
<Content Include="umbraco_client\FolderBrowser\Css\folderbrowser.css" />
|
||||
<Content Include="umbraco_client\FolderBrowser\Js\folderbrowser.js" />
|
||||
<Content Include="umbraco_client\Installer\images\bg-blog-repeat.jpg" />
|
||||
<Content Include="umbraco_client\Installer\images\bg-normal-repeat.jpg" />
|
||||
<Content Include="umbraco_client\Installer\images\bg-personal-repeat.jpg" />
|
||||
<Content Include="umbraco_client\Installer\images\bg-simple-repeat.jpg" />
|
||||
<Content Include="umbraco_client\Installer\images\btn-back.png" />
|
||||
<Content Include="umbraco_client\Installer\images\btn-buisness-repeat.png" />
|
||||
<Content Include="umbraco_client\Installer\images\btn-confirm.png" />
|
||||
<Content Include="umbraco_client\Installer\images\pbar.gif" />
|
||||
<Content Include="umbraco_client\tags\css\jquery.tagsinput.css" />
|
||||
<Content Include="umbraco_client\tags\js\jquery.tagsinput.js" />
|
||||
<Content Include="umbraco_client\tags\js\jquery.tagsinput.min.js">
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<!-- Media -->
|
||||
<Provider alias="media" type="Umbraco.Core.IO.PhysicalFileSystem, Umbraco.Core">
|
||||
<Parameters>
|
||||
<add key="virtualRoot" value="~/Media/" />
|
||||
<add key="virtualRoot" value="~/media/" />
|
||||
</Parameters>
|
||||
</Provider>
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<!-- Media -->
|
||||
<Provider alias="media" type="Umbraco.Core.IO.PhysicalFileSystem, Umbraco.Core">
|
||||
<Parameters>
|
||||
<add key="virtualRoot" value="~/Media/" />
|
||||
<add key="virtualRoot" value="~/media/" />
|
||||
</Parameters>
|
||||
</Provider>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user