Migrated MacroRenderingController + Related UmbracoComponentRenderer => TemplateRenderer + ParitalViewMacroEngine
This commit is contained in:
@@ -61,6 +61,14 @@
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Remove="wwwroot\Web.config" />
|
||||
<Content Update="Views\MacroPartials\Gallery.cshtml">
|
||||
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
</Content>
|
||||
<Content Update="Views\Root.cshtml">
|
||||
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -69,13 +69,13 @@
|
||||
},
|
||||
"Content": {
|
||||
"Errors": {
|
||||
"Error404": {
|
||||
"default": "1047",
|
||||
"en-US": "$site/error [@name = 'error']",
|
||||
"en-UK": "8560867F-B88F-4C74-A9A4-679D8E5B3BFC"
|
||||
}
|
||||
"Error404": {
|
||||
"default": "1047",
|
||||
"en-US": "$site/error [@name = 'error']",
|
||||
"en-UK": "8560867F-B88F-4C74-A9A4-679D8E5B3BFC"
|
||||
}
|
||||
},
|
||||
"LoginBackgroundImage": "assets/img/login.jpg"
|
||||
"LoginBackgroundImage": "assets/img/login.jpg"
|
||||
},
|
||||
"RequestHandler": {
|
||||
"AddTrailingSlash": true,
|
||||
|
||||
Reference in New Issue
Block a user