Skip to content

Commit

Permalink
Match v2 to changes in #33
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Butterfield committed Nov 12, 2024
1 parent ff2834f commit a339fc7
Show file tree
Hide file tree
Showing 23 changed files with 62,963 additions and 5,630 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Umbraco.Cms" Version="14.0.0" />
<PackageReference Include="Umbraco.Cms" Version="14.3.0" />
<PackageReference Include="Umbraco.TheStarterKit" Version="14.0.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
new { numberOfPosts = Model.HowManyPostsShouldBeShown, startNodeKey = Model.Key })
</div>

</section>
</section>
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

@using Umbraco.Extensions
@using Umbraco.Extensions
@using Umbraco.Cms.Web.Common.PublishedModels;
@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage<Home>
@{
Expand Down Expand Up @@ -42,4 +41,4 @@
</div>
</div>

</section>
</section>
Original file line number Diff line number Diff line change
Expand Up @@ -1584,7 +1584,7 @@
"properties": {
"Enabled": {
"type": "boolean",
"description": "Gets or sets a value indicating whether to keep the user logged in.",
"description": "Gets or sets a value indicating whether Basic Auth Middleware is enabled.",
"default": false
},
"AllowedIPs": {
Expand Down
Loading

0 comments on commit a339fc7

Please sign in to comment.