Skip to content

Commit

Permalink
refactor: clean up test site
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdcdev committed Oct 24, 2024
1 parent 026b130 commit 960839e
Show file tree
Hide file tree
Showing 88 changed files with 64,613 additions and 963 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
})
.WithEndpoints(u =>
{
u.UseInstallerEndpoints();
u.UseBackOfficeEndpoints();
u.UseWebsiteEndpoints();
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Umbraco.Cms" Version="13.0.0"/>
<PackageReference Include="uSync" Version="13.1.3" />
<PackageReference Include="Umbraco.Cms" Version="14.3.1"/>
<PackageReference Include="uSync" Version="14.2.2" />
</ItemGroup>

<ItemGroup>
Expand All @@ -27,6 +27,17 @@
<ProjectReference Include="..\UmbracoPackageTemplate\UmbracoPackageTemplate.csproj" />
</ItemGroup>

<ItemGroup>
<_ContentIncludedByDefault Remove="Views\Partials\grid\bootstrap3-fluid.cshtml" />
<_ContentIncludedByDefault Remove="Views\Partials\grid\bootstrap3.cshtml" />
<_ContentIncludedByDefault Remove="Views\Partials\grid\editors\base.cshtml" />
<_ContentIncludedByDefault Remove="Views\Partials\grid\editors\embed.cshtml" />
<_ContentIncludedByDefault Remove="Views\Partials\grid\editors\macro.cshtml" />
<_ContentIncludedByDefault Remove="Views\Partials\grid\editors\media.cshtml" />
<_ContentIncludedByDefault Remove="Views\Partials\grid\editors\rte.cshtml" />
<_ContentIncludedByDefault Remove="Views\Partials\grid\editors\textstring.cshtml" />
</ItemGroup>

<PropertyGroup>
<!-- Razor files are needed for the backoffice to work correctly -->
<CopyRazorGenerateFilesToPublishDirectory>true</CopyRazorGenerateFilesToPublishDirectory>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 960839e

Please sign in to comment.