diff --git a/OnTopic.Editor.AspNetCore/Views/Editor/Components/Boolean/Default.cshtml b/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/Boolean/Default.cshtml similarity index 90% rename from OnTopic.Editor.AspNetCore/Views/Editor/Components/Boolean/Default.cshtml rename to OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/Boolean/Default.cshtml index a52c2970..a2a0b23e 100644 --- a/OnTopic.Editor.AspNetCore/Views/Editor/Components/Boolean/Default.cshtml +++ b/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/Boolean/Default.cshtml @@ -1,7 +1,7 @@ @model BooleanAttributeViewModel @{ - Layout = "~/Views/Editor/Components/_Layout.cshtml"; + Layout = "~/Areas/Editor/Views/Editor/Components/_Layout.cshtml"; }
diff --git a/OnTopic.Editor.AspNetCore/Views/Editor/Components/ContentTypeList/Default.cshtml b/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/ContentTypeList/Default.cshtml similarity index 100% rename from OnTopic.Editor.AspNetCore/Views/Editor/Components/ContentTypeList/Default.cshtml rename to OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/ContentTypeList/Default.cshtml diff --git a/OnTopic.Editor.AspNetCore/Views/Editor/Components/DateTime/Default.cshtml b/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/DateTime/Default.cshtml similarity index 95% rename from OnTopic.Editor.AspNetCore/Views/Editor/Components/DateTime/Default.cshtml rename to OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/DateTime/Default.cshtml index df1a34c9..103285a4 100644 --- a/OnTopic.Editor.AspNetCore/Views/Editor/Components/DateTime/Default.cshtml +++ b/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/DateTime/Default.cshtml @@ -1,7 +1,7 @@ @model DateTimeAttributeViewModel @{ - Layout = "~/Views/Editor/Components/_Layout.cshtml"; + Layout = "~/Areas/Editor/Views/Editor/Components/_Layout.cshtml"; var includeDatePicker = Model.AttributeDescriptor.IncludeDatePicker?? true; var includeTimePicker = Model.AttributeDescriptor.IncludeTimePicker?? true; } diff --git a/OnTopic.Editor.AspNetCore/Views/Editor/Components/DisplayOptions/Default.cshtml b/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/DisplayOptions/Default.cshtml similarity index 93% rename from OnTopic.Editor.AspNetCore/Views/Editor/Components/DisplayOptions/Default.cshtml rename to OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/DisplayOptions/Default.cshtml index 4d974669..dbf4f77e 100644 --- a/OnTopic.Editor.AspNetCore/Views/Editor/Components/DisplayOptions/Default.cshtml +++ b/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/DisplayOptions/Default.cshtml @@ -1,7 +1,7 @@ @model AttributeViewModel @{ - Layout = "~/Views/Editor/Components/_Layout.cshtml"; + Layout = "~/Areas/Editor/Views/Editor/Components/_Layout.cshtml"; }
diff --git a/OnTopic.Editor.AspNetCore/Views/Editor/Components/FileList/Default.cshtml b/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/FileList/Default.cshtml similarity index 90% rename from OnTopic.Editor.AspNetCore/Views/Editor/Components/FileList/Default.cshtml rename to OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/FileList/Default.cshtml index 970a890f..549cbfa3 100644 --- a/OnTopic.Editor.AspNetCore/Views/Editor/Components/FileList/Default.cshtml +++ b/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/FileList/Default.cshtml @@ -1,7 +1,7 @@ @model FileListAttributeViewModel @{ - Layout = "~/Views/Editor/Components/_Layout.cshtml"; + Layout = "~/Areas/Editor/Views/Editor/Components/_Layout.cshtml"; } @if (Model.Files.Count > 0) { diff --git a/OnTopic.Editor.AspNetCore/Views/Editor/Components/FilePath/Default.cshtml b/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/FilePath/Default.cshtml similarity index 86% rename from OnTopic.Editor.AspNetCore/Views/Editor/Components/FilePath/Default.cshtml rename to OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/FilePath/Default.cshtml index 7f3a4aaa..d5445027 100644 --- a/OnTopic.Editor.AspNetCore/Views/Editor/Components/FilePath/Default.cshtml +++ b/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/FilePath/Default.cshtml @@ -1,7 +1,7 @@ @model FilePathAttributeViewModel @{ - Layout = "~/Views/Editor/Components/_Layout.cshtml"; + Layout = "~/Areas/Editor/Views/Editor/Components/_Layout.cshtml"; } @{ - Layout = "~/Views/Editor/Components/_Layout.cshtml"; + Layout = "~/Areas/Editor/Views/Editor/Components/_Layout.cshtml"; }