diff --git a/TestSiteV10/Controllers/LogoutSurfaceController.cs b/TestSiteV10/Controllers/LogoutSurfaceController.cs new file mode 100644 index 0000000..11aab7f --- /dev/null +++ b/TestSiteV10/Controllers/LogoutSurfaceController.cs @@ -0,0 +1,38 @@ +using Microsoft.AspNetCore.Mvc; +using Umbraco.Cms.Core.Cache; +using Umbraco.Cms.Core.Logging; +using Umbraco.Cms.Core.Routing; +using Umbraco.Cms.Core.Security; +using Umbraco.Cms.Core.Services; +using Umbraco.Cms.Core.Web; +using Umbraco.Cms.Infrastructure.Persistence; +using Umbraco.Cms.Web.Common.Security; +using Umbraco.Cms.Web.Website.Controllers; + +namespace TestSiteV10.Controllers +{ + public class LogoutSurfaceController : SurfaceController + { + private readonly IMemberManager _memberManager; + private readonly IMemberSignInManager _memberSignInManager; + + [HttpGet] + public async Task Logout() + { + if (_memberManager.IsLoggedIn()) + { + TempData.Clear(); + await _memberSignInManager.SignOutAsync(); + return RedirectToCurrentUmbracoPage(); + } + + return Redirect("/"); + } + + public LogoutSurfaceController(IUmbracoContextAccessor umbracoContextAccessor, IUmbracoDatabaseFactory databaseFactory, ServiceContext services, AppCaches appCaches, IProfilingLogger profilingLogger, IPublishedUrlProvider publishedUrlProvider, IMemberManager memberManager, IMemberSignInManager memberSignInManager) : base(umbracoContextAccessor, databaseFactory, services, appCaches, profilingLogger, publishedUrlProvider) + { + _memberManager = memberManager; + _memberSignInManager = memberSignInManager; + } + } +} diff --git a/TestSiteV10/TestSiteV10.csproj b/TestSiteV10/TestSiteV10.csproj index 588ec50..cf4a66f 100644 --- a/TestSiteV10/TestSiteV10.csproj +++ b/TestSiteV10/TestSiteV10.csproj @@ -13,6 +13,7 @@ + diff --git a/TestSiteV10/Views/ContentPageLoggedIn.cshtml b/TestSiteV10/Views/ContentPageLoggedIn.cshtml new file mode 100644 index 0000000..12ff3b5 --- /dev/null +++ b/TestSiteV10/Views/ContentPageLoggedIn.cshtml @@ -0,0 +1,36 @@ +@using ContentModels = Umbraco.Cms.Web.Common.PublishedModels +@using Umbraco.Extensions +@using Umbraco.Cms.Core.Security +@using Umbraco.Cms.Web.Website.Controllers +@using TestSiteV10.Controllers +@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage +@inject IMemberManager MemberManager; +@{ + Layout = "master.cshtml"; + var currentMember = await MemberManager.GetCurrentMemberAsync(); +} + +@Html.Partial("~/Views/Partials/SectionHeader.cshtml") + +
+ +
+
+
+

Is Logged In: @MemberManager.IsLoggedIn()

+
+
+
+ +
+ +
+
+ @Html.GetGridHtml(Model, "bodyText", "bootstrap3-fluid") +
+
+
+ +
\ No newline at end of file diff --git a/TestSiteV10/Views/MacroPartials/Login.cshtml b/TestSiteV10/Views/MacroPartials/Login.cshtml new file mode 100644 index 0000000..f87fcb3 --- /dev/null +++ b/TestSiteV10/Views/MacroPartials/Login.cshtml @@ -0,0 +1,118 @@ +@inherits Umbraco.Cms.Web.Common.Macros.PartialViewMacroPage + + +@using Umbraco.Cms.Web.Common.Models +@using Umbraco.Cms.Web.Common.Security +@using Umbraco.Cms.Web.Website.Controllers +@using Umbraco.Cms.Core.Services +@using Umbraco.Extensions +@using Umbraco.Cms.Core.Security +@using TestSiteV10.Controllers +@using Smidge.TagHelpers +@using Microsoft.AspNetCore.Mvc.TagHelpers +@inject IMemberExternalLoginProviders memberExternalLoginProviders +@inject ITwoFactorLoginService twoFactorLoginService +@inject IMemberManager MemberManager; +@{ + var loginModel = new LoginModel(); + // You can modify this to redirect to a different URL instead of the current one + loginModel.RedirectUrl = null; + var currentMember = await MemberManager.GetCurrentMemberAsync(); +} + + + + + +@if (@MemberManager.IsLoggedIn()) +{ +

Logout

+} + +else if (ViewData.TryGetTwoFactorProviderNames(out var providerNames)) +{ + + foreach (var providerName in providerNames) + { +
+

Two factor with @providerName.

+
+ @using (Html.BeginUmbracoForm(nameof(UmbTwoFactorLoginController.Verify2FACode))) + { + + + + Input security code:
+ +
+
+ } +
+ } + +} +else +{ + + + +} \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Content/about-this-starter-kit.config b/TestSiteV10/uSync/v9/Content/about-this-starter-kit.config new file mode 100644 index 0000000..97b0f41 --- /dev/null +++ b/TestSiteV10/uSync/v9/Content/about-this-starter-kit.config @@ -0,0 +1,40 @@ + + + + About Us + /Home/AboutUs/AboutThisStarterKit + false + contentPage + 2022-06-16T23:11:36 + + 0 + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Content/about-us.config b/TestSiteV10/uSync/v9/Content/about-us.config new file mode 100644 index 0000000..20878bc --- /dev/null +++ b/TestSiteV10/uSync/v9/Content/about-us.config @@ -0,0 +1,122 @@ + + + + Home + /Home/AboutUs + false + contentPage + 2022-06-16T23:11:36 + + 2 + + + + + + + Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Curabitur aliquet quam id dui posuere blandit. Vivamus suscipit tortor eget felis porttitor volutpat. Proin eget tortor risus. Sed porttitor lectus nibh. Cras ultricies ligula sed magna dictum porta. Pellentesque in ipsum id orci porta dapibus. Pellentesque in ipsum id orci porta dapibus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.

\n

Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Curabitur aliquet quam id dui posuere blandit. Vivamus suscipit tortor eget felis porttitor volutpat. Proin eget tortor risus. Sed porttitor lectus nibh. Cras ultricies ligula sed magna dictum porta. Pellentesque in ipsum id orci porta dapibus. Pellentesque in ipsum id orci porta dapibus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.

", + "editor": { + "alias": "rte", + "view": "rte" + }, + "styles": null, + "config": null + }, + { + "value": "", + "editor": { + "alias": "embed", + "view": "embed" + }, + "styles": null, + "config": null + } + ], + "styles": null, + "config": null + } + ], + "styles": null, + "config": null + } + ] + } + ] +}]]>
+
+ + + + + + + + + + + + +
+
\ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Content/another-one.config b/TestSiteV10/uSync/v9/Content/another-one.config new file mode 100644 index 0000000..5a2b9ae --- /dev/null +++ b/TestSiteV10/uSync/v9/Content/another-one.config @@ -0,0 +1,95 @@ + + + + Blog + /Home/Blog/AnotherOne + false + blogpost + 2022-06-16T23:11:36 + + 1 + + + + + + + Donec sollicitudin molestie malesuada. Proin eget tortor risus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Nulla porttitor accumsan tincidunt. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Donec rutrum congue leo eget malesuada.

\n

Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Pellentesque in ipsum id orci porta dapibus. Donec rutrum congue leo eget malesuada. Nulla porttitor accumsan tincidunt. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Proin eget tortor risus. Pellentesque in ipsum id orci porta dapibus. Proin eget tortor risus. Sed porttitor lectus nibh.

\n

Pellentesque in ipsum id orci porta dapibus. Curabitur aliquet quam id dui posuere blandit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Sed porttitor lectus nibh. Nulla quis lorem ut libero malesuada feugiat.

", + "editor": { + "alias": "rte", + "view": "rte" + }, + "styles": null, + "config": null + } + ], + "styles": null, + "config": null + } + ], + "styles": null, + "config": null + } + ] + } + ] +}]]>
+
+ + + + + + + + + + + + + + + + + + +
+
\ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Content/banjo.config b/TestSiteV10/uSync/v9/Content/banjo.config new file mode 100644 index 0000000..0da67b6 --- /dev/null +++ b/TestSiteV10/uSync/v9/Content/banjo.config @@ -0,0 +1,59 @@ + + + + Products + /Home/Products/Banjo + false + product + 2022-06-16T23:11:35 + + 5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Content/biker-jacket.config b/TestSiteV10/uSync/v9/Content/biker-jacket.config new file mode 100644 index 0000000..a11a94f --- /dev/null +++ b/TestSiteV10/uSync/v9/Content/biker-jacket.config @@ -0,0 +1,84 @@ + + + + Products + /Home/Products/BikerJacket + false + product + 2022-06-16T23:11:35 + + 7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Content/blog.config b/TestSiteV10/uSync/v9/Content/blog.config new file mode 100644 index 0000000..f1ab574 --- /dev/null +++ b/TestSiteV10/uSync/v9/Content/blog.config @@ -0,0 +1,46 @@ + + + + Home + /Home/Blog + false + blog + 2022-06-16T23:11:36 + + 3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Content/bowling-ball.config b/TestSiteV10/uSync/v9/Content/bowling-ball.config new file mode 100644 index 0000000..6b68d35 --- /dev/null +++ b/TestSiteV10/uSync/v9/Content/bowling-ball.config @@ -0,0 +1,59 @@ + + + + Products + /Home/Products/BowlingBall + false + product + 2022-06-16T23:11:35 + + 3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/TestSiteV10/uSync/v9/Content/busra-\305\237enguel.config" "b/TestSiteV10/uSync/v9/Content/busra-\305\237enguel.config" new file mode 100644 index 0000000..2a54670 --- /dev/null +++ "b/TestSiteV10/uSync/v9/Content/busra-\305\237enguel.config" @@ -0,0 +1,57 @@ + + + + People + /Home/People/BusraSenguel + false + person + 2022-06-16T23:11:36 + + 4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Content/contact.config b/TestSiteV10/uSync/v9/Content/contact.config new file mode 100644 index 0000000..8796286 --- /dev/null +++ b/TestSiteV10/uSync/v9/Content/contact.config @@ -0,0 +1,57 @@ + + + + Home + /Home/Contact + false + contact + 2022-06-16T23:11:36 + + 4 + + + + + + + + + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eget lacinia nisl. Aenean sollicitudin diam vitae enim ultrices, semper euismod magna efficitur.

]]>
+
+ + + + + + + + + + + + + + + + + + +
+
\ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Content/emmanuel-tissera.config b/TestSiteV10/uSync/v9/Content/emmanuel-tissera.config new file mode 100644 index 0000000..9a45417 --- /dev/null +++ b/TestSiteV10/uSync/v9/Content/emmanuel-tissera.config @@ -0,0 +1,57 @@ + + + + People + /Home/People/EmmanuelTissera + false + person + 2022-06-16T23:11:36 + + 7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Content/erica-quessenberry.config b/TestSiteV10/uSync/v9/Content/erica-quessenberry.config new file mode 100644 index 0000000..d2d8363 --- /dev/null +++ b/TestSiteV10/uSync/v9/Content/erica-quessenberry.config @@ -0,0 +1,57 @@ + + + + People + /Home/People/EricaQuessenberry + false + person + 2022-06-16T23:11:36 + + 6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Content/home.config b/TestSiteV10/uSync/v9/Content/home.config new file mode 100644 index 0000000..df24482 --- /dev/null +++ b/TestSiteV10/uSync/v9/Content/home.config @@ -0,0 +1,221 @@ + + + + + /Home + false + home + 2022-06-16T23:11:35 + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Content/jan-skovgaard.config b/TestSiteV10/uSync/v9/Content/jan-skovgaard.config new file mode 100644 index 0000000..bcfddda --- /dev/null +++ b/TestSiteV10/uSync/v9/Content/jan-skovgaard.config @@ -0,0 +1,57 @@ + + + + People + /Home/People/JanSkovgaard + false + person + 2022-06-16T23:11:36 + + 3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Content/janae-cram.config b/TestSiteV10/uSync/v9/Content/janae-cram.config new file mode 100644 index 0000000..65eb22a --- /dev/null +++ b/TestSiteV10/uSync/v9/Content/janae-cram.config @@ -0,0 +1,57 @@ + + + + People + /Home/People/JanaeCram + false + person + 2022-06-16T23:11:36 + + 2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Content/jeavon-leopold.config b/TestSiteV10/uSync/v9/Content/jeavon-leopold.config new file mode 100644 index 0000000..859b604 --- /dev/null +++ b/TestSiteV10/uSync/v9/Content/jeavon-leopold.config @@ -0,0 +1,57 @@ + + + + People + /Home/People/JeavonLeopold + false + person + 2022-06-16T23:11:36 + + 9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Content/jumpsuit.config b/TestSiteV10/uSync/v9/Content/jumpsuit.config new file mode 100644 index 0000000..0c31d71 --- /dev/null +++ b/TestSiteV10/uSync/v9/Content/jumpsuit.config @@ -0,0 +1,59 @@ + + + + Products + /Home/Products/Jumpsuit + false + product + 2022-06-16T23:11:35 + + 4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Content/knitted-west.config b/TestSiteV10/uSync/v9/Content/knitted-west.config new file mode 100644 index 0000000..ffbd86c --- /dev/null +++ b/TestSiteV10/uSync/v9/Content/knitted-west.config @@ -0,0 +1,59 @@ + + + + Products + /Home/Products/KnittedWest + false + product + 2022-06-16T23:11:35 + + 6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Content/laura-weatherhead.config b/TestSiteV10/uSync/v9/Content/laura-weatherhead.config new file mode 100644 index 0000000..5ee943f --- /dev/null +++ b/TestSiteV10/uSync/v9/Content/laura-weatherhead.config @@ -0,0 +1,57 @@ + + + + People + /Home/People/LauraWeatherhead + false + person + 2022-06-16T23:11:36 + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Content/lee-kelleher.config b/TestSiteV10/uSync/v9/Content/lee-kelleher.config new file mode 100644 index 0000000..730cea0 --- /dev/null +++ b/TestSiteV10/uSync/v9/Content/lee-kelleher.config @@ -0,0 +1,57 @@ + + + + People + /Home/People/LeeKelleher + false + person + 2022-06-16T23:11:36 + + 10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Content/logged-in-test.config b/TestSiteV10/uSync/v9/Content/logged-in-test.config new file mode 100644 index 0000000..cee8920 --- /dev/null +++ b/TestSiteV10/uSync/v9/Content/logged-in-test.config @@ -0,0 +1,68 @@ + + + + Home + /Home/LoggedInTest + false + contentPage + 2023-07-03T12:44:10 + + 5 + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Content/matt-brailsford.config b/TestSiteV10/uSync/v9/Content/matt-brailsford.config new file mode 100644 index 0000000..d3a7c1e --- /dev/null +++ b/TestSiteV10/uSync/v9/Content/matt-brailsford.config @@ -0,0 +1,57 @@ + + + + People + /Home/People/MattBrailsford + false + person + 2022-06-16T23:11:36 + + 5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Content/my-blog-post.config b/TestSiteV10/uSync/v9/Content/my-blog-post.config new file mode 100644 index 0000000..58edb7c --- /dev/null +++ b/TestSiteV10/uSync/v9/Content/my-blog-post.config @@ -0,0 +1,42 @@ + + + + Blog + /Home/Blog/MyBlogPost + false + blogpost + 2022-06-16T23:11:36 + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Content/people.config b/TestSiteV10/uSync/v9/Content/people.config new file mode 100644 index 0000000..030fe1f --- /dev/null +++ b/TestSiteV10/uSync/v9/Content/people.config @@ -0,0 +1,43 @@ + + + + Home + /Home/People + false + people + 2022-06-16T23:11:35 + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Content/ping-pong-ball.config b/TestSiteV10/uSync/v9/Content/ping-pong-ball.config new file mode 100644 index 0000000..da6eba9 --- /dev/null +++ b/TestSiteV10/uSync/v9/Content/ping-pong-ball.config @@ -0,0 +1,59 @@ + + + + Products + /Home/Products/PingPongBall + false + product + 2022-06-16T23:11:35 + + 2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Content/poornima-nayar.config b/TestSiteV10/uSync/v9/Content/poornima-nayar.config new file mode 100644 index 0000000..e4deddf --- /dev/null +++ b/TestSiteV10/uSync/v9/Content/poornima-nayar.config @@ -0,0 +1,57 @@ + + + + People + /Home/People/PoornimaNayar + false + person + 2022-06-16T23:11:36 + + 8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Content/products.config b/TestSiteV10/uSync/v9/Content/products.config new file mode 100644 index 0000000..1826661 --- /dev/null +++ b/TestSiteV10/uSync/v9/Content/products.config @@ -0,0 +1,48 @@ + + + + Home + /Home/Products + false + products + 2022-06-16T23:11:35 + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Content/ravi-motha.config b/TestSiteV10/uSync/v9/Content/ravi-motha.config new file mode 100644 index 0000000..f343ce2 --- /dev/null +++ b/TestSiteV10/uSync/v9/Content/ravi-motha.config @@ -0,0 +1,60 @@ + + + + People + /Home/People/RaviMotha + false + person + 2022-06-16T23:11:36 + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Content/tattoo.config b/TestSiteV10/uSync/v9/Content/tattoo.config new file mode 100644 index 0000000..864fe58 --- /dev/null +++ b/TestSiteV10/uSync/v9/Content/tattoo.config @@ -0,0 +1,59 @@ + + + + Products + /Home/Products/Tattoo + false + product + 2022-06-16T23:11:35 + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Content/this-will-be-great.config b/TestSiteV10/uSync/v9/Content/this-will-be-great.config new file mode 100644 index 0000000..5359275 --- /dev/null +++ b/TestSiteV10/uSync/v9/Content/this-will-be-great.config @@ -0,0 +1,49 @@ + + + + Blog + /Home/Blog/ThisWillBeGreat + false + blogpost + 2022-06-16T23:11:36 + + 2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Content/todo-list-for-the-starter-kit.config b/TestSiteV10/uSync/v9/Content/todo-list-for-the-starter-kit.config new file mode 100644 index 0000000..9d75cde --- /dev/null +++ b/TestSiteV10/uSync/v9/Content/todo-list-for-the-starter-kit.config @@ -0,0 +1,32 @@ + + + + About Us + /Home/AboutUs/TodoListForTheStarterKit + false + contentPage + 2022-06-16T23:11:36 + + 1 + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Content/unicorn.config b/TestSiteV10/uSync/v9/Content/unicorn.config new file mode 100644 index 0000000..ffe964f --- /dev/null +++ b/TestSiteV10/uSync/v9/Content/unicorn.config @@ -0,0 +1,59 @@ + + + + Products + /Home/Products/Unicorn + false + product + 2022-06-16T23:11:35 + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/ContentTypes/blog.config b/TestSiteV10/uSync/v9/ContentTypes/blog.config new file mode 100644 index 0000000..8ba2466 --- /dev/null +++ b/TestSiteV10/uSync/v9/ContentTypes/blog.config @@ -0,0 +1,72 @@ + + + + Blog + icon-calendar-alt color-black + folder.png + + False + True + Nothing + false + + False + + + + + contentBase + navigationBase + + Blog + + + + + + blogpost + + + + f12ac5c1-6e5d-47f8-b030-f9ae8ad30208 + Disqus Shortname + disqusShortname + 0cc0eba1-9960-42c9-bf9b-60e150b429ae + Umbraco.TextBox + false + + + 1 + Settings + Nothing + + + false + + + 5ed407a1-9ab5-403e-b1dd-6405c2f3e421 + How many posts should be shown? + howManyPostsShouldBeShown + 9d5ba2c5-ed7a-41f8-b454-9fc65f48752e + Umbraco.Slider + true + + + 0 + Settings + Nothing + + + false + + + + + 964c16db-bf0b-4ffd-a993-423533cb5ad5 + Settings + settings + Group + 0 + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/ContentTypes/blogpost.config b/TestSiteV10/uSync/v9/ContentTypes/blogpost.config new file mode 100644 index 0000000..27574a8 --- /dev/null +++ b/TestSiteV10/uSync/v9/ContentTypes/blogpost.config @@ -0,0 +1,101 @@ + + + + Blogpost + icon-calendar color-black + folder.png + + False + False + Nothing + false + + False + + + + + navigationBase + + Blogpost + + + + + + + + d85c47ca-3503-4c4f-a3ce-aab64d449631 + Content + bodyText + ea0ed4c1-c489-43b8-9058-a70babf430ff + Umbraco.Grid + false + + + 3 + Content + Nothing + + + false + + + 63cb6281-659b-470e-b064-957d6fbf32cf + Categories (tags) + categories + b6b73142-b9c1-4bf8-a16d-e1c23320b549 + Umbraco.Tags + false + + + 1 + Content + Nothing + + + false + + + 3d2bb923-ee79-40fc-a57d-319507b050e3 + Excerpt + excerpt + c6bac0dd-4ab9-45b1-8e30-e4b619ee5da3 + Umbraco.TextArea + true + + + 2 + Content + Nothing + + + false + + + a059aca0-80ad-473c-8474-7191356ef470 + Page Title + pageTitle + 0cc0eba1-9960-42c9-bf9b-60e150b429ae + Umbraco.TextBox + true + + + 0 + Content + Nothing + + + false + + + + + 2195fe80-93f0-409a-aa9c-d0a90d90448a + Content + content + Group + 0 + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/ContentTypes/contact.config b/TestSiteV10/uSync/v9/ContentTypes/contact.config new file mode 100644 index 0000000..8763df6 --- /dev/null +++ b/TestSiteV10/uSync/v9/ContentTypes/contact.config @@ -0,0 +1,124 @@ + + + + Contact + icon-map-location color-black + folder.png + + False + False + Nothing + false + + False + + + + + navigationBase + + contact + + + + + + + + f46f193d-5e40-4d6a-ac94-4f77703d7fde + Contact Form Header + contactFormHeader + 0cc0eba1-9960-42c9-bf9b-60e150b429ae + Umbraco.TextBox + true + + + 1 + Form + Nothing + + + false + + + 1d627661-fd98-494d-b521-f386797b7b41 + Contact Intro + contactIntro + ecbbac0d-974e-490c-b533-fead926dc525 + Umbraco.TinyMCE + true + + + 2 + Form + Nothing + + + false + + + 862257df-34b5-4312-9ad6-f986e4246eec + Map Coordinates + mapCoordinates + fc1475d2-7c7b-4b2f-bc53-54c86fd43d6c + Bergmania.OpenStreetMap + false + + + 1 + Map + Nothing + + + false + + + 9d7ee295-a4a5-41aa-a0e6-30748865df71 + Map Header + mapHeader + 0cc0eba1-9960-42c9-bf9b-60e150b429ae + Umbraco.TextBox + false + + + 0 + Map + Nothing + + + false + + + 7136b63c-847d-49cd-977d-cee63e2185f0 + Page Title + pageTitle + 0cc0eba1-9960-42c9-bf9b-60e150b429ae + Umbraco.TextBox + true + + + 0 + Form + Nothing + + + false + + + + + 197a32c1-e7e6-4ba7-9119-6ba6b214479b + Map + map + Group + 1 + + + 9d533164-04b7-45c3-acf7-7eadb17d99a3 + Form + form + Group + 0 + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/ContentTypes/contentbase.config b/TestSiteV10/uSync/v9/ContentTypes/contentbase.config new file mode 100644 index 0000000..a53d09d --- /dev/null +++ b/TestSiteV10/uSync/v9/ContentTypes/contentbase.config @@ -0,0 +1,66 @@ + + + + Content Base + icon-document + folder.png + + False + False + Nothing + false + + False + + + + Compositions + + + + + + + + f98d429b-571c-42c1-aaf4-4c16598da3bb + Content + bodyText + ea0ed4c1-c489-43b8-9058-a70babf430ff + Umbraco.Grid + false + + + 1 + Content + Nothing + + + false + + + 2c86a29c-b482-4c9b-91bd-51ee6a578cee + Page Title + pageTitle + 0cc0eba1-9960-42c9-bf9b-60e150b429ae + Umbraco.TextBox + true + + + 0 + Content + Nothing + + + false + + + + + 0a6e9f1c-501a-4556-bfff-8faaf8375fee + Content + content + Group + 0 + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/ContentTypes/contentpage.config b/TestSiteV10/uSync/v9/ContentTypes/contentpage.config new file mode 100644 index 0000000..e99f1b3 --- /dev/null +++ b/TestSiteV10/uSync/v9/ContentTypes/contentpage.config @@ -0,0 +1,32 @@ + + + + Content Page + icon-document + folder.png + + False + False + Nothing + false + + False + + + + + contentBase + navigationBase + + contentPage + + + + + + + contentPage + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/ContentTypes/feature.config b/TestSiteV10/uSync/v9/ContentTypes/feature.config new file mode 100644 index 0000000..9a7779f --- /dev/null +++ b/TestSiteV10/uSync/v9/ContentTypes/feature.config @@ -0,0 +1,66 @@ + + + + Feature + icon-plugin color-black + folder.png + + False + False + Nothing + true + + False + + + + Compositions + + + + + + + + 024f5601-4115-49b3-8e15-b633da3f9388 + Details + featureDetails + c6bac0dd-4ab9-45b1-8e30-e4b619ee5da3 + Umbraco.TextArea + false + + + 1 + Feature + Nothing + + + false + + + 31c21b09-c28c-4895-a1b3-e79d1f097385 + Name + featureName + 0cc0eba1-9960-42c9-bf9b-60e150b429ae + Umbraco.TextBox + true + + + 0 + Feature + Nothing + + + false + + + + + 552aa9fa-b9c7-430e-9e92-38fc14bd0c65 + Feature + feature + Group + 0 + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/ContentTypes/home.config b/TestSiteV10/uSync/v9/ContentTypes/home.config new file mode 100644 index 0000000..26b2e6d --- /dev/null +++ b/TestSiteV10/uSync/v9/ContentTypes/home.config @@ -0,0 +1,332 @@ + + + + Home + icon-home color-black + folder.png + + True + False + Nothing + false + + False + + + + + home + + + + + + products + people + contentPage + contact + blog + + + + 6ae386d0-60f1-4ed4-b1b1-fc33094c330f + Content + bodyText + 34a7f8f5-a84e-439b-9322-466ff7ed8866 + Umbraco.Grid + false + + + 0 + Content + Nothing + + + false + + + 8c7bc313-d79b-42c8-9c8f-17b03afbfb39 + Color Theme + colorTheme + 71548df5-836c-41f8-96ac-5b98fe5e2e19 + Umbraco.RadioButtonList + true + + + 2 + Design + Nothing + + + false + + + d363e42e-3feb-4955-97ee-dadffcb44cca + Font + font + fff3c360-3f90-45b3-a554-e29ca72cdce4 + Umbraco.RadioButtonList + true + + + 1 + Design + Nothing + + + false + + + 0e3e969b-1c0d-4756-8a22-5103b571a8c0 + Address + footerAddress + 0cc0eba1-9960-42c9-bf9b-60e150b429ae + Umbraco.TextBox + true + + + 4 + Footer + Nothing + + + false + + + 4aff492b-a512-4cae-bd70-af3cd7faad17 + Call To Action Caption + footerCTACaption + 0cc0eba1-9960-42c9-bf9b-60e150b429ae + Umbraco.TextBox + false + + + 2 + Footer + Nothing + + + false + + + 28ba4958-48e7-488e-a48c-7e71461d6b95 + Call To Action Link + FooterCtalink + 3ece86aa-61ad-45d5-b1dd-8f02f25df949 + Umbraco.ContentPicker + true + + + 3 + Footer + Nothing + + + false + + + 45ae5c41-40b2-4d85-a6f8-b2ee33f9df30 + Description + footerDescription + c6bac0dd-4ab9-45b1-8e30-e4b619ee5da3 + Umbraco.TextArea + false + + + 1 + Footer + Nothing + + + false + + + c1231212-4f53-4eb4-82b5-9a3b9cf0d396 + Header + footerHeader + 0cc0eba1-9960-42c9-bf9b-60e150b429ae + Umbraco.TextBox + false + + + 0 + Footer + Nothing + + + false + + + e2c7e3b6-7116-40dd-a0e8-0054fe65d0ac + Hero Background + HeroBackgroundImage + 135d60e0-64d9-49ed-ab08-893c9ba44ae5 + Umbraco.MediaPicker + true + + + 0 + Design + Nothing + + + false + + + 7983be4c-ae98-43c6-86c2-19e2a77f210c + Call To Action Caption + heroCTACaption + 0cc0eba1-9960-42c9-bf9b-60e150b429ae + Umbraco.TextBox + true + + + 2 + Hero + Nothing + + + false + + + 45149228-9c47-4321-9762-be81d3d06516 + Call To Action Link + HeroCtalink + 3ece86aa-61ad-45d5-b1dd-8f02f25df949 + Umbraco.ContentPicker + true + + + 3 + Hero + Nothing + + + false + + + f44ca309-1350-4e62-8104-ef18b7ca435f + Description + heroDescription + c6bac0dd-4ab9-45b1-8e30-e4b619ee5da3 + Umbraco.TextArea + true + + + 1 + Hero + Nothing + + + false + + + 4655b72d-37a5-4bce-8f1a-90dfe8868ff4 + Header + heroHeader + 0cc0eba1-9960-42c9-bf9b-60e150b429ae + Umbraco.TextBox + true + + + 0 + Hero + Nothing + + + false + + + 9ef59ecd-32c0-487c-be3f-c98aa71f3cf4 + Logo + SiteLogo + 135d60e0-64d9-49ed-ab08-893c9ba44ae5 + Umbraco.MediaPicker + false + + + 4 + Design + Nothing + + + false + + + 65fa9f3c-cfb7-43e1-8cab-1715c38b09d8 + Sitename + sitename + 0cc0eba1-9960-42c9-bf9b-60e150b429ae + Umbraco.TextBox + true + + + 3 + Design + Nothing + + + false + + + 97589cd4-775c-4ffd-beb5-0ed31a619bc9 + UmbNav + umbNav + 8f2c9f61-f544-466c-a048-33d057ad8ee0 + AaronSadler.UmbNav + false + + + 0 + Navigation + Nothing + + + false + + + + + 2c5e485f-d1db-49bf-8b65-4d6311a52884 + Navigation + navigation + Tab + -1 + + + 3c14c22b-ab1b-43a0-a99e-d245eae99fbc + Hero + content/hero + Group + 0 + + + 8b202792-714a-47ed-9cf7-c82fbb215525 + Design + content/design + Group + 3 + + + d47bbadd-b5d5-45bb-967c-ae97e227db03 + Content + content + Tab + 0 + + + d719c74a-15fa-4338-a421-4186db4fd284 + Content + content/content + Group + 1 + + + d7fd4047-85f4-4e0e-83b5-b94eb37f57bc + Footer + content/footer + Group + 2 + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/ContentTypes/navigationbase.config b/TestSiteV10/uSync/v9/ContentTypes/navigationbase.config new file mode 100644 index 0000000..68d1c28 --- /dev/null +++ b/TestSiteV10/uSync/v9/ContentTypes/navigationbase.config @@ -0,0 +1,82 @@ + + + + Navigation Base + icon-nodes color-black + folder.png + + False + False + Nothing + false + + False + + + + Compositions + + + + + + + + 9205b574-acdb-4b5e-b99b-ab0a7c91dffe + Keywords + keywords + b6b73142-b9c1-4bf8-a16d-e1c23320b549 + Umbraco.Tags + false + + + 1 + Navigation & SEO + Nothing + + + false + + + c1a2085f-3774-4e04-ae1c-54c7164720bd + Description + seoMetaDescription + c6bac0dd-4ab9-45b1-8e30-e4b619ee5da3 + Umbraco.TextArea + false + + + 0 + Navigation & SEO + Nothing + + + false + + + 1a06eccd-bead-47d1-995d-cec9fd04bfca + Hide in Navigation + umbracoNavihide + 92897bc6-a5f3-4ffe-ae27-f2e7e33dda49 + Umbraco.TrueFalse + false + + + 2 + Navigation & SEO + Nothing + + + false + + + + + 601e567e-c6d7-41a5-81cc-4948c97ddc9c + Navigation & SEO + navigationSEO + Group + 0 + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/ContentTypes/people.config b/TestSiteV10/uSync/v9/ContentTypes/people.config new file mode 100644 index 0000000..0d3e5bf --- /dev/null +++ b/TestSiteV10/uSync/v9/ContentTypes/people.config @@ -0,0 +1,56 @@ + + + + People + icon-user-females-alt color-black + folder.png + + False + True + Nothing + false + + False + + + + + contentBase + navigationBase + + people + + + + + + person + + + + 80dddc1f-0148-474e-a978-757dd37c33da + Featured People + featuredPeople + 4885450e-a60f-42bb-984a-43988baf5283 + Umbraco.MultiNodeTreePicker + false + + + 2 + Content + Nothing + + + false + + + + + 731bc900-0570-4776-8b7d-a11c1c21b61d + Content + content + Group + 0 + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/ContentTypes/person.config b/TestSiteV10/uSync/v9/ContentTypes/person.config new file mode 100644 index 0000000..c797246 --- /dev/null +++ b/TestSiteV10/uSync/v9/ContentTypes/person.config @@ -0,0 +1,156 @@ + + + + Person + icon-user-female color-black + folder.png + + False + False + Nothing + false + + False + + + + + navigationBase + + Person + + + + + + + + f43a9c8c-4b11-470b-b454-faa4e94d4d6d + Department + department + b58c1530-91c9-4c83-aa35-032aca0f7b89 + Umbraco.Tags + false + + + 1 + Details + Nothing + + + false + + + 41e1d848-511b-4e25-a97e-afe1cd15273d + Email + email + 0cc0eba1-9960-42c9-bf9b-60e150b429ae + Umbraco.TextBox + false + + + 2 + Details + Nothing + + + false + + + 428f1cf6-2800-46bb-bbf6-5d3286c28d88 + Facebook username + facebookUsername + 0cc0eba1-9960-42c9-bf9b-60e150b429ae + Umbraco.TextBox + false + + + 1 + Social + Nothing + + + false + + + c4e35e60-94bd-4236-8c3a-5ab72771652a + Instagram Username + instagramUsername + 0cc0eba1-9960-42c9-bf9b-60e150b429ae + Umbraco.TextBox + false + + + 3 + Social + Nothing + + + false + + + 8c52b377-065b-4a4b-828e-848b9abda664 + LinkedIn username + linkedInUsername + 0cc0eba1-9960-42c9-bf9b-60e150b429ae + Umbraco.TextBox + false + + + 2 + Social + Nothing + + + false + + + 553fd91d-50c4-4b92-9c48-1f7dcf3a7d5c + Photo + photo + e26a8d91-a9d7-475b-bc3b-2a09f4743754 + Umbraco.MediaPicker3 + false + + + 0 + Details + Nothing + + + false + + + 1227181c-2ced-4528-82a5-3130cac9c1e7 + Twitter username + twitterUsername + 0cc0eba1-9960-42c9-bf9b-60e150b429ae + Umbraco.TextBox + false + + + 0 + Social + Nothing + + + false + + + + + 0a4614a5-2c05-41bd-a5d7-5ed604f4c61f + Details + details + Group + 0 + + + b4e44e96-ddc4-4f91-a2a5-615ce3d942d5 + Social + social + Group + 0 + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/ContentTypes/product.config b/TestSiteV10/uSync/v9/ContentTypes/product.config new file mode 100644 index 0000000..58f8bed --- /dev/null +++ b/TestSiteV10/uSync/v9/ContentTypes/product.config @@ -0,0 +1,177 @@ + + + + Product + icon-sweatshirt color-black + folder.png + + False + False + Nothing + false + + False + + + + + Product + + + + + + + + 6710f521-8fef-4c1b-a704-c0b9ab3701f3 + Content + bodyText + ea0ed4c1-c489-43b8-9058-a70babf430ff + Umbraco.Grid + false + + + 0 + Detailed Description + Nothing + + + false + + + ed23990a-1ada-4953-9772-2746bbcb5337 + Category + category + 59ac0a33-9d34-4236-9886-99310d13d7f1 + Umbraco.Tags + true + + + 2 + Product Details + Nothing + + + false + + + 8baab432-a631-4fec-9859-07af67fe5315 + Description + description + c6bac0dd-4ab9-45b1-8e30-e4b619ee5da3 + Umbraco.TextArea + true + + + 3 + Product Details + Nothing + + + false + + + 175d3528-49c8-428a-ab54-f0d0ead24754 + Features + features + 84bbeb67-df7e-4043-8db8-55df52d01456 + Umbraco.NestedContent + false + + + 0 + Features + Nothing + + + false + + + e4272fd0-af75-43de-ae50-2c8a0fcaa463 + Photos + photos + 3ada047c-6dfc-4a14-afc4-7efb79390f92 + Umbraco.MediaPicker3 + true + + + 5 + Product Details + Nothing + + + false + + + 90ee0999-4358-45e5-9ee1-4c52dac56746 + Price + price + 3f6619b6-08a4-4be7-8d6a-2761844ee567 + Umbraco.Decimal + true + + + 1 + Product Details + Nothing + + + false + + + d6fc73ef-37ec-4e9d-ab8b-f7ab186d0e6a + Product Name + productName + 0cc0eba1-9960-42c9-bf9b-60e150b429ae + Umbraco.TextBox + true + + + 0 + Product Details + Nothing + + + false + + + a4261994-82af-479a-af3b-2e7c281e90b4 + SKU + sku + 0cc0eba1-9960-42c9-bf9b-60e150b429ae + Umbraco.TextBox + false + + + 4 + Product Details + Nothing + + + false + + + + + 7ad8b6cd-9d0b-4705-9620-0f65bc3fd65c + Product Details + productDetails + Group + 0 + + + edc877ab-2b5b-4341-a192-7ab2ad922fc0 + Detailed Description + detailedDescription + Group + 2 + + + f3c21d07-078b-4429-9bec-0bcb104948c9 + Features + features + Group + 1 + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/ContentTypes/products.config b/TestSiteV10/uSync/v9/ContentTypes/products.config new file mode 100644 index 0000000..250c07f --- /dev/null +++ b/TestSiteV10/uSync/v9/ContentTypes/products.config @@ -0,0 +1,72 @@ + + + + Products + icon-shopping-basket color-black + folder.png + + False + True + Nothing + false + + False + + + + + contentBase + navigationBase + + Products + + + + + + product + + + + c5192520-0d4d-48e0-95b6-b3a087c6b51f + Default Currency + defaultCurrency + 28a6aeda-b3fc-4c4d-926e-607854a07891 + Umbraco.DropDown.Flexible + true + + + 0 + Shop + Nothing + + + false + + + 07a75521-6394-4f19-98a8-af73a3d2ba37 + Featured Products + featuredProducts + d0382188-119b-49b7-86d3-84119a02645f + Umbraco.MultiNodeTreePicker + false + + + 1 + Shop + Nothing + + + false + + + + + 113f3720-745e-4267-9657-43b256bb0d63 + Shop + shop + Group + 0 + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/ApprovedColor.config b/TestSiteV10/uSync/v9/DataTypes/ApprovedColor.config new file mode 100644 index 0000000..821eec1 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/ApprovedColor.config @@ -0,0 +1,12 @@ + + + + Approved Color + Umbraco.ColorPicker + Nvarchar + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/BlogHowManyPostsShouldBeShownSlider.config b/TestSiteV10/uSync/v9/DataTypes/BlogHowManyPostsShouldBeShownSlider.config new file mode 100644 index 0000000..6ef4382 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/BlogHowManyPostsShouldBeShownSlider.config @@ -0,0 +1,16 @@ + + + + Blog - How many posts should be shown - Slider + Umbraco.Slider + Nvarchar + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/BlogpostCategoriesTags.config b/TestSiteV10/uSync/v9/DataTypes/BlogpostCategoriesTags.config new file mode 100644 index 0000000..b789fd9 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/BlogpostCategoriesTags.config @@ -0,0 +1,13 @@ + + + + Blogpost - Categories - Tags + Umbraco.Tags + Nvarchar + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/CheckboxList.config b/TestSiteV10/uSync/v9/DataTypes/CheckboxList.config new file mode 100644 index 0000000..354bf20 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/CheckboxList.config @@ -0,0 +1,11 @@ + + + + Checkbox list + Umbraco.CheckBoxList + Nvarchar + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/ContactContactIntroRichTextEditor.config b/TestSiteV10/uSync/v9/DataTypes/ContactContactIntroRichTextEditor.config new file mode 100644 index 0000000..f364a41 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/ContactContactIntroRichTextEditor.config @@ -0,0 +1,37 @@ + + + + Contact - Contact Intro - Rich Text Editor + Umbraco.TinyMCE + Ntext + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/ContactMapCoordinatesOpenStreetMaps.config b/TestSiteV10/uSync/v9/DataTypes/ContactMapCoordinatesOpenStreetMaps.config new file mode 100644 index 0000000..4dda781 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/ContactMapCoordinatesOpenStreetMaps.config @@ -0,0 +1,32 @@ + + + + Contact - Map Coordinates - Open street maps + Bergmania.OpenStreetMap + Ntext + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/ContentBaseContentGridLayout.config b/TestSiteV10/uSync/v9/DataTypes/ContentBaseContentGridLayout.config new file mode 100644 index 0000000..e9bc4a5 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/ContentBaseContentGridLayout.config @@ -0,0 +1,96 @@ + + + + Content Base - Content - Grid layout + Umbraco.Grid + Ntext + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/ContentPicker.config b/TestSiteV10/uSync/v9/DataTypes/ContentPicker.config new file mode 100644 index 0000000..50c6f64 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/ContentPicker.config @@ -0,0 +1,13 @@ + + + + Content Picker + Umbraco.ContentPicker + Nvarchar + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/DatePicker.config b/TestSiteV10/uSync/v9/DataTypes/DatePicker.config new file mode 100644 index 0000000..3f9c5c2 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/DatePicker.config @@ -0,0 +1,12 @@ + + + + Date Picker + Umbraco.DateTime + Date + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/DatePickerWithTime.config b/TestSiteV10/uSync/v9/DataTypes/DatePickerWithTime.config new file mode 100644 index 0000000..2c289d1 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/DatePickerWithTime.config @@ -0,0 +1,12 @@ + + + + Date Picker with time + Umbraco.DateTime + Date + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/Dropdown.config b/TestSiteV10/uSync/v9/DataTypes/Dropdown.config new file mode 100644 index 0000000..673eb7a --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/Dropdown.config @@ -0,0 +1,12 @@ + + + + Dropdown + Umbraco.DropDown.Flexible + Nvarchar + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/DropdownMultiple.config b/TestSiteV10/uSync/v9/DataTypes/DropdownMultiple.config new file mode 100644 index 0000000..e8a7998 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/DropdownMultiple.config @@ -0,0 +1,12 @@ + + + + Dropdown multiple + Umbraco.DropDown.Flexible + Nvarchar + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/HomeCallToActionLinkContentPicker.config b/TestSiteV10/uSync/v9/DataTypes/HomeCallToActionLinkContentPicker.config new file mode 100644 index 0000000..a67bb9c --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/HomeCallToActionLinkContentPicker.config @@ -0,0 +1,13 @@ + + + + Home - Call To Action Link - Content Picker + Umbraco.ContentPicker + Nvarchar + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/HomeColorThemeRadioButtonList.config b/TestSiteV10/uSync/v9/DataTypes/HomeColorThemeRadioButtonList.config new file mode 100644 index 0000000..77d9dae --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/HomeColorThemeRadioButtonList.config @@ -0,0 +1,24 @@ + + + + Home - Color Theme - Radio button list + Umbraco.RadioButtonList + Nvarchar + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/HomeContentGridLayout.config b/TestSiteV10/uSync/v9/DataTypes/HomeContentGridLayout.config new file mode 100644 index 0000000..b48f223 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/HomeContentGridLayout.config @@ -0,0 +1,117 @@ + + + + Home - Content - Grid layout + Umbraco.Grid + Ntext + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/HomeFontRadioButtonList.config b/TestSiteV10/uSync/v9/DataTypes/HomeFontRadioButtonList.config new file mode 100644 index 0000000..3d17860 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/HomeFontRadioButtonList.config @@ -0,0 +1,24 @@ + + + + Home - Font - Radio button list + Umbraco.RadioButtonList + Nvarchar + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/HomeLogoMediaPicker.config b/TestSiteV10/uSync/v9/DataTypes/HomeLogoMediaPicker.config new file mode 100644 index 0000000..4e25d3c --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/HomeLogoMediaPicker.config @@ -0,0 +1,15 @@ + + + + Home - Logo - Media Picker + Umbraco.MediaPicker + Ntext + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/ImageCropper.config b/TestSiteV10/uSync/v9/DataTypes/ImageCropper.config new file mode 100644 index 0000000..ccd9162 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/ImageCropper.config @@ -0,0 +1,11 @@ + + + + Image Cropper + Umbraco.ImageCropper + Ntext + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/ImageMediaPicker.config b/TestSiteV10/uSync/v9/DataTypes/ImageMediaPicker.config new file mode 100644 index 0000000..e0b3db7 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/ImageMediaPicker.config @@ -0,0 +1,20 @@ + + + + Image Media Picker + Umbraco.MediaPicker3 + Ntext + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/LabelBigint.config b/TestSiteV10/uSync/v9/DataTypes/LabelBigint.config new file mode 100644 index 0000000..909f50d --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/LabelBigint.config @@ -0,0 +1,11 @@ + + + + Label (bigint) + Umbraco.Label + Nvarchar + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/LabelDatetime.config b/TestSiteV10/uSync/v9/DataTypes/LabelDatetime.config new file mode 100644 index 0000000..7163ac9 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/LabelDatetime.config @@ -0,0 +1,11 @@ + + + + Label (datetime) + Umbraco.Label + Date + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/LabelDecimal.config b/TestSiteV10/uSync/v9/DataTypes/LabelDecimal.config new file mode 100644 index 0000000..045b4f5 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/LabelDecimal.config @@ -0,0 +1,11 @@ + + + + Label (decimal) + Umbraco.Label + Decimal + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/LabelInteger.config b/TestSiteV10/uSync/v9/DataTypes/LabelInteger.config new file mode 100644 index 0000000..19ea1dc --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/LabelInteger.config @@ -0,0 +1,11 @@ + + + + Label (integer) + Umbraco.Label + Integer + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/LabelString.config b/TestSiteV10/uSync/v9/DataTypes/LabelString.config new file mode 100644 index 0000000..af5067c --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/LabelString.config @@ -0,0 +1,11 @@ + + + + Label (string) + Umbraco.Label + Nvarchar + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/LabelTime.config b/TestSiteV10/uSync/v9/DataTypes/LabelTime.config new file mode 100644 index 0000000..df2170a --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/LabelTime.config @@ -0,0 +1,11 @@ + + + + Label (time) + Umbraco.Label + Date + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/ListViewContent.config b/TestSiteV10/uSync/v9/DataTypes/ListViewContent.config new file mode 100644 index 0000000..821f787 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/ListViewContent.config @@ -0,0 +1,54 @@ + + + + List View - Content + Umbraco.ListView + Nvarchar + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/ListViewMedia.config b/TestSiteV10/uSync/v9/DataTypes/ListViewMedia.config new file mode 100644 index 0000000..4fcba13 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/ListViewMedia.config @@ -0,0 +1,54 @@ + + + + List View - Media + Umbraco.ListView + Nvarchar + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/ListViewMembers.config b/TestSiteV10/uSync/v9/DataTypes/ListViewMembers.config new file mode 100644 index 0000000..f23eb03 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/ListViewMembers.config @@ -0,0 +1,60 @@ + + + + List View - Members + Umbraco.ListView + Nvarchar + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/MediaPicker.config b/TestSiteV10/uSync/v9/DataTypes/MediaPicker.config new file mode 100644 index 0000000..721575a --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/MediaPicker.config @@ -0,0 +1,20 @@ + + + + Media Picker + Umbraco.MediaPicker3 + Ntext + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/MediaPickerLegacy.config b/TestSiteV10/uSync/v9/DataTypes/MediaPickerLegacy.config new file mode 100644 index 0000000..d97a303 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/MediaPickerLegacy.config @@ -0,0 +1,15 @@ + + + + Media Picker (legacy) + Umbraco.MediaPicker + Ntext + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/MemberPicker.config b/TestSiteV10/uSync/v9/DataTypes/MemberPicker.config new file mode 100644 index 0000000..260c185 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/MemberPicker.config @@ -0,0 +1,9 @@ + + + + Member Picker + Umbraco.MemberPicker + Nvarchar + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/MultiURLPicker.config b/TestSiteV10/uSync/v9/DataTypes/MultiURLPicker.config new file mode 100644 index 0000000..e00831f --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/MultiURLPicker.config @@ -0,0 +1,15 @@ + + + + Multi URL Picker + Umbraco.MultiUrlPicker + Ntext + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/MultipleImageMediaPicker.config b/TestSiteV10/uSync/v9/DataTypes/MultipleImageMediaPicker.config new file mode 100644 index 0000000..407c8af --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/MultipleImageMediaPicker.config @@ -0,0 +1,20 @@ + + + + Multiple Image Media Picker + Umbraco.MediaPicker3 + Ntext + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/MultipleMediaPicker.config b/TestSiteV10/uSync/v9/DataTypes/MultipleMediaPicker.config new file mode 100644 index 0000000..2a066f0 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/MultipleMediaPicker.config @@ -0,0 +1,20 @@ + + + + Multiple Media Picker + Umbraco.MediaPicker3 + Ntext + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/MultipleMediaPickerLegacy.config b/TestSiteV10/uSync/v9/DataTypes/MultipleMediaPickerLegacy.config new file mode 100644 index 0000000..5b3573e --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/MultipleMediaPickerLegacy.config @@ -0,0 +1,15 @@ + + + + Multiple Media Picker (legacy) + Umbraco.MediaPicker + Ntext + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/Numeric.config b/TestSiteV10/uSync/v9/DataTypes/Numeric.config new file mode 100644 index 0000000..cd6d29b --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/Numeric.config @@ -0,0 +1,9 @@ + + + + Numeric + Umbraco.Integer + Integer + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/PeopleFeaturedPeopleMultinodeTreepicker.config b/TestSiteV10/uSync/v9/DataTypes/PeopleFeaturedPeopleMultinodeTreepicker.config new file mode 100644 index 0000000..d75ad7e --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/PeopleFeaturedPeopleMultinodeTreepicker.config @@ -0,0 +1,20 @@ + + + + People - Featured People - Multinode Treepicker + Umbraco.MultiNodeTreePicker + Ntext + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/PersonDepartmentTags.config b/TestSiteV10/uSync/v9/DataTypes/PersonDepartmentTags.config new file mode 100644 index 0000000..24ac79f --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/PersonDepartmentTags.config @@ -0,0 +1,13 @@ + + + + Person - Department - Tags + Umbraco.Tags + Nvarchar + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/PersonPhotoMediaPicker.config b/TestSiteV10/uSync/v9/DataTypes/PersonPhotoMediaPicker.config new file mode 100644 index 0000000..ad4acec --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/PersonPhotoMediaPicker.config @@ -0,0 +1,20 @@ + + + + Person - Photo - Media Picker + Umbraco.MediaPicker3 + Ntext + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/ProductCategoryTags.config b/TestSiteV10/uSync/v9/DataTypes/ProductCategoryTags.config new file mode 100644 index 0000000..7fc2e18 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/ProductCategoryTags.config @@ -0,0 +1,13 @@ + + + + Product - Category - Tags + Umbraco.Tags + Nvarchar + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/ProductFeaturesNestedContent.config b/TestSiteV10/uSync/v9/DataTypes/ProductFeaturesNestedContent.config new file mode 100644 index 0000000..1fdae6a --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/ProductFeaturesNestedContent.config @@ -0,0 +1,22 @@ + + + + Product - Features - Nested Content + Umbraco.NestedContent + Ntext + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/ProductPhotosMediaPicker.config b/TestSiteV10/uSync/v9/DataTypes/ProductPhotosMediaPicker.config new file mode 100644 index 0000000..a6ae8f6 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/ProductPhotosMediaPicker.config @@ -0,0 +1,20 @@ + + + + Product - Photos - Media Picker + Umbraco.MediaPicker3 + Ntext + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/ProductPriceDecimal.config b/TestSiteV10/uSync/v9/DataTypes/ProductPriceDecimal.config new file mode 100644 index 0000000..ce42999 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/ProductPriceDecimal.config @@ -0,0 +1,9 @@ + + + + Product - Price - Decimal + Umbraco.Decimal + Decimal + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/ProductsDefaultCurrencyDropdownList.config b/TestSiteV10/uSync/v9/DataTypes/ProductsDefaultCurrencyDropdownList.config new file mode 100644 index 0000000..7a571c6 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/ProductsDefaultCurrencyDropdownList.config @@ -0,0 +1,29 @@ + + + + Products - Default Currency - Dropdown list + Umbraco.DropDown.Flexible + Nvarchar + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/ProductsFeaturedProductsMultinodeTreepicker.config b/TestSiteV10/uSync/v9/DataTypes/ProductsFeaturedProductsMultinodeTreepicker.config new file mode 100644 index 0000000..b48bbb1 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/ProductsFeaturedProductsMultinodeTreepicker.config @@ -0,0 +1,20 @@ + + + + Products - Featured Products - Multinode Treepicker + Umbraco.MultiNodeTreePicker + Ntext + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/Radiobox.config b/TestSiteV10/uSync/v9/DataTypes/Radiobox.config new file mode 100644 index 0000000..a166cb7 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/Radiobox.config @@ -0,0 +1,11 @@ + + + + Radiobox + Umbraco.RadioButtonList + Nvarchar + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/RichtextEditor.config b/TestSiteV10/uSync/v9/DataTypes/RichtextEditor.config new file mode 100644 index 0000000..e411e7b --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/RichtextEditor.config @@ -0,0 +1,15 @@ + + + + Richtext editor + Umbraco.TinyMCE + Ntext + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/Tags.config b/TestSiteV10/uSync/v9/DataTypes/Tags.config new file mode 100644 index 0000000..ee5eb68 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/Tags.config @@ -0,0 +1,13 @@ + + + + Tags + Umbraco.Tags + Ntext + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/Textarea.config b/TestSiteV10/uSync/v9/DataTypes/Textarea.config new file mode 100644 index 0000000..a495b9e --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/Textarea.config @@ -0,0 +1,12 @@ + + + + Textarea + Umbraco.TextArea + Ntext + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/Textstring.config b/TestSiteV10/uSync/v9/DataTypes/Textstring.config new file mode 100644 index 0000000..dc90bf0 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/Textstring.config @@ -0,0 +1,11 @@ + + + + Textstring + Umbraco.TextBox + Nvarchar + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/Truefalse.config b/TestSiteV10/uSync/v9/DataTypes/Truefalse.config new file mode 100644 index 0000000..a08bf8f --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/Truefalse.config @@ -0,0 +1,14 @@ + + + + True/false + Umbraco.TrueFalse + Integer + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/UmbNav.config b/TestSiteV10/uSync/v9/DataTypes/UmbNav.config new file mode 100644 index 0000000..5f98ecb --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/UmbNav.config @@ -0,0 +1,24 @@ + + + + UmbNav + AaronSadler.UmbNav + Ntext + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/UploadArticle.config b/TestSiteV10/uSync/v9/DataTypes/UploadArticle.config new file mode 100644 index 0000000..1d76dc8 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/UploadArticle.config @@ -0,0 +1,24 @@ + + + + Upload Article + Umbraco.UploadField + Nvarchar + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/UploadAudio.config b/TestSiteV10/uSync/v9/DataTypes/UploadAudio.config new file mode 100644 index 0000000..66b66ca --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/UploadAudio.config @@ -0,0 +1,28 @@ + + + + Upload Audio + Umbraco.UploadField + Nvarchar + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/UploadFile.config b/TestSiteV10/uSync/v9/DataTypes/UploadFile.config new file mode 100644 index 0000000..bdd8d01 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/UploadFile.config @@ -0,0 +1,11 @@ + + + + Upload File + Umbraco.UploadField + Nvarchar + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/UploadVectorGraphics.config b/TestSiteV10/uSync/v9/DataTypes/UploadVectorGraphics.config new file mode 100644 index 0000000..6088f33 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/UploadVectorGraphics.config @@ -0,0 +1,16 @@ + + + + Upload Vector Graphics + Umbraco.UploadField + Nvarchar + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/DataTypes/UploadVideo.config b/TestSiteV10/uSync/v9/DataTypes/UploadVideo.config new file mode 100644 index 0000000..fb8f018 --- /dev/null +++ b/TestSiteV10/uSync/v9/DataTypes/UploadVideo.config @@ -0,0 +1,24 @@ + + + + Upload Video + Umbraco.UploadField + Nvarchar + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Languages/en-us.config b/TestSiteV10/uSync/v9/Languages/en-us.config new file mode 100644 index 0000000..c2fe77b --- /dev/null +++ b/TestSiteV10/uSync/v9/Languages/en-us.config @@ -0,0 +1,6 @@ + + + en-US + false + true + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Macros/Login.config b/TestSiteV10/uSync/v9/Macros/Login.config new file mode 100644 index 0000000..6491203 --- /dev/null +++ b/TestSiteV10/uSync/v9/Macros/Login.config @@ -0,0 +1,11 @@ + + + Login + ~/Views/MacroPartials/Login.cshtml + true + false + false + false + 0 + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Macros/featuredProduct.config b/TestSiteV10/uSync/v9/Macros/featuredProduct.config new file mode 100644 index 0000000..c6393a6 --- /dev/null +++ b/TestSiteV10/uSync/v9/Macros/featuredProduct.config @@ -0,0 +1,18 @@ + + + Select Featured Products + ~/Views/MacroPartials/FeaturedProducts.cshtml + true + false + false + false + 0 + + + Choose Product + product + 0 + Umbraco.ContentPicker + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Macros/latestBlogposts.config b/TestSiteV10/uSync/v9/Macros/latestBlogposts.config new file mode 100644 index 0000000..3c2c404 --- /dev/null +++ b/TestSiteV10/uSync/v9/Macros/latestBlogposts.config @@ -0,0 +1,24 @@ + + + Get Latest Blogposts + ~/Views/MacroPartials/LatestBlogposts.cshtml + true + false + false + false + 0 + + + How many posts should be shown + numberOfPosts + 0 + Umbraco.Integer + + + Where to get blog posts from + startNodeId + 1 + Umbraco.ContentPicker + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Media/banjo.config b/TestSiteV10/uSync/v9/Media/banjo.config new file mode 100644 index 0000000..04a881c --- /dev/null +++ b/TestSiteV10/uSync/v9/Media/banjo.config @@ -0,0 +1,17 @@ + + + + Products + /Products/Banjo + false + Image + 2022-06-16T23:11:36 + + 6 + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Media/biker-jacket.config b/TestSiteV10/uSync/v9/Media/biker-jacket.config new file mode 100644 index 0000000..46fa2f4 --- /dev/null +++ b/TestSiteV10/uSync/v9/Media/biker-jacket.config @@ -0,0 +1,17 @@ + + + + Products + /Products/BikerJacket + false + Image + 2022-06-16T23:11:36 + + 0 + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Media/bowling-ball.config b/TestSiteV10/uSync/v9/Media/bowling-ball.config new file mode 100644 index 0000000..53b0182 --- /dev/null +++ b/TestSiteV10/uSync/v9/Media/bowling-ball.config @@ -0,0 +1,17 @@ + + + + Products + /Products/BowlingBall + false + Image + 2022-06-16T23:11:36 + + 4 + + + + + + + \ No newline at end of file diff --git "a/TestSiteV10/uSync/v9/Media/busra-\305\237enguel.config" "b/TestSiteV10/uSync/v9/Media/busra-\305\237enguel.config" new file mode 100644 index 0000000..d757ff1 --- /dev/null +++ "b/TestSiteV10/uSync/v9/Media/busra-\305\237enguel.config" @@ -0,0 +1,17 @@ + + + + People + /People/BusraSenguel + false + Image + 2022-06-16T23:11:36 + + 5 + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Media/design.config b/TestSiteV10/uSync/v9/Media/design.config new file mode 100644 index 0000000..9df1569 --- /dev/null +++ b/TestSiteV10/uSync/v9/Media/design.config @@ -0,0 +1,13 @@ + + + + + /Design + false + Folder + 2022-06-16T23:11:36 + + 0 + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Media/emmanuel-tissera.config b/TestSiteV10/uSync/v9/Media/emmanuel-tissera.config new file mode 100644 index 0000000..29808af --- /dev/null +++ b/TestSiteV10/uSync/v9/Media/emmanuel-tissera.config @@ -0,0 +1,17 @@ + + + + People + /People/EmmanuelTissera + false + Image + 2022-06-16T23:11:36 + + 6 + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Media/erica-quessenberry.config b/TestSiteV10/uSync/v9/Media/erica-quessenberry.config new file mode 100644 index 0000000..032a610 --- /dev/null +++ b/TestSiteV10/uSync/v9/Media/erica-quessenberry.config @@ -0,0 +1,17 @@ + + + + People + /People/EricaQuessenberry + false + Image + 2022-06-16T23:11:36 + + 8 + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Media/jan-skovgaard.config b/TestSiteV10/uSync/v9/Media/jan-skovgaard.config new file mode 100644 index 0000000..1897a88 --- /dev/null +++ b/TestSiteV10/uSync/v9/Media/jan-skovgaard.config @@ -0,0 +1,17 @@ + + + + People + /People/JanSkovgaard + false + Image + 2022-06-16T23:11:36 + + 0 + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Media/janae-cram.config b/TestSiteV10/uSync/v9/Media/janae-cram.config new file mode 100644 index 0000000..518b98c --- /dev/null +++ b/TestSiteV10/uSync/v9/Media/janae-cram.config @@ -0,0 +1,17 @@ + + + + People + /People/JanaeCram + false + Image + 2022-06-16T23:11:36 + + 9 + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Media/jeavon-leopold.config b/TestSiteV10/uSync/v9/Media/jeavon-leopold.config new file mode 100644 index 0000000..6fb7dbc --- /dev/null +++ b/TestSiteV10/uSync/v9/Media/jeavon-leopold.config @@ -0,0 +1,17 @@ + + + + People + /People/JeavonLeopold + false + Image + 2022-06-16T23:11:36 + + 3 + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Media/jumpsuit.config b/TestSiteV10/uSync/v9/Media/jumpsuit.config new file mode 100644 index 0000000..7315581 --- /dev/null +++ b/TestSiteV10/uSync/v9/Media/jumpsuit.config @@ -0,0 +1,17 @@ + + + + Products + /Products/Jumpsuit + false + Image + 2022-06-16T23:11:36 + + 5 + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Media/knitted-west.config b/TestSiteV10/uSync/v9/Media/knitted-west.config new file mode 100644 index 0000000..662eebd --- /dev/null +++ b/TestSiteV10/uSync/v9/Media/knitted-west.config @@ -0,0 +1,17 @@ + + + + Products + /Products/KnittedWest + false + Image + 2022-06-16T23:11:36 + + 7 + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Media/laura-weatherhead.config b/TestSiteV10/uSync/v9/Media/laura-weatherhead.config new file mode 100644 index 0000000..86ac07f --- /dev/null +++ b/TestSiteV10/uSync/v9/Media/laura-weatherhead.config @@ -0,0 +1,17 @@ + + + + People + /People/LauraWeatherhead + false + Image + 2022-06-16T23:11:36 + + 4 + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Media/lee-kelleher.config b/TestSiteV10/uSync/v9/Media/lee-kelleher.config new file mode 100644 index 0000000..9bc7c3d --- /dev/null +++ b/TestSiteV10/uSync/v9/Media/lee-kelleher.config @@ -0,0 +1,17 @@ + + + + People + /People/LeeKelleher + false + Image + 2022-06-16T23:11:36 + + 2 + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Media/matt-brailsford.config b/TestSiteV10/uSync/v9/Media/matt-brailsford.config new file mode 100644 index 0000000..606b425 --- /dev/null +++ b/TestSiteV10/uSync/v9/Media/matt-brailsford.config @@ -0,0 +1,17 @@ + + + + People + /People/MattBrailsford + false + Image + 2022-06-16T23:11:36 + + 1 + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Media/people.config b/TestSiteV10/uSync/v9/Media/people.config new file mode 100644 index 0000000..5989420 --- /dev/null +++ b/TestSiteV10/uSync/v9/Media/people.config @@ -0,0 +1,13 @@ + + + + + /People + false + Folder + 2022-06-16T23:11:36 + + 1 + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Media/ping-pong-ball.config b/TestSiteV10/uSync/v9/Media/ping-pong-ball.config new file mode 100644 index 0000000..a8be7fe --- /dev/null +++ b/TestSiteV10/uSync/v9/Media/ping-pong-ball.config @@ -0,0 +1,17 @@ + + + + Products + /Products/PingPongBall + false + Image + 2022-06-16T23:11:36 + + 3 + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Media/poornima-nayar.config b/TestSiteV10/uSync/v9/Media/poornima-nayar.config new file mode 100644 index 0000000..08ed620 --- /dev/null +++ b/TestSiteV10/uSync/v9/Media/poornima-nayar.config @@ -0,0 +1,17 @@ + + + + People + /People/PoornimaNayar + false + Image + 2022-06-16T23:11:36 + + 7 + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Media/products.config b/TestSiteV10/uSync/v9/Media/products.config new file mode 100644 index 0000000..1195260 --- /dev/null +++ b/TestSiteV10/uSync/v9/Media/products.config @@ -0,0 +1,13 @@ + + + + + /Products + false + Folder + 2022-06-16T23:11:36 + + 2 + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Media/ravi-motha.config b/TestSiteV10/uSync/v9/Media/ravi-motha.config new file mode 100644 index 0000000..59e29d2 --- /dev/null +++ b/TestSiteV10/uSync/v9/Media/ravi-motha.config @@ -0,0 +1,17 @@ + + + + People + /People/RaviMotha + false + Image + 2022-06-16T23:11:36 + + 10 + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Media/tattoo.config b/TestSiteV10/uSync/v9/Media/tattoo.config new file mode 100644 index 0000000..22d1d6f --- /dev/null +++ b/TestSiteV10/uSync/v9/Media/tattoo.config @@ -0,0 +1,17 @@ + + + + Products + /Products/Tattoo + false + Image + 2022-06-16T23:11:36 + + 1 + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Media/umbraco-campari-meeting-room.config b/TestSiteV10/uSync/v9/Media/umbraco-campari-meeting-room.config new file mode 100644 index 0000000..66d0b67 --- /dev/null +++ b/TestSiteV10/uSync/v9/Media/umbraco-campari-meeting-room.config @@ -0,0 +1,17 @@ + + + + Design + /Design/UmbracoCampariMeetingRoom + false + Image + 2022-06-16T23:11:36 + + 0 + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Media/unicorn.config b/TestSiteV10/uSync/v9/Media/unicorn.config new file mode 100644 index 0000000..51ecfcf --- /dev/null +++ b/TestSiteV10/uSync/v9/Media/unicorn.config @@ -0,0 +1,17 @@ + + + + Products + /Products/Unicorn + false + Image + 2022-06-16T23:11:36 + + 2 + + + + + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/MediaTypes/file.config b/TestSiteV10/uSync/v9/MediaTypes/file.config new file mode 100644 index 0000000..425dce3 --- /dev/null +++ b/TestSiteV10/uSync/v9/MediaTypes/file.config @@ -0,0 +1,71 @@ + + + + File + icon-document + icon-document + + True + False + Nothing + false + + + + + 0000001a-0000-0000-0000-000000000000 + Size + umbracoBytes + 930861bf-e262-4ead-a704-f99453565708 + Umbraco.Label + false + + + 2 + File + + + false + + + 00000019-0000-0000-0000-000000000000 + Type + umbracoExtension + f0bc4bfb-b499-40d6-ba86-058885a5178c + Umbraco.Label + false + + + 1 + File + + + false + + + 00000018-0000-0000-0000-000000000000 + File + umbracoFile + 84c6b441-31df-4ffe-b67e-67d5bc3ae65a + Umbraco.UploadField + true + + + 0 + File + + + false + + + + + + 50899f9c-023a-4466-b623-aba9049885fe + File + file + Group + 1 + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/MediaTypes/folder.config b/TestSiteV10/uSync/v9/MediaTypes/folder.config new file mode 100644 index 0000000..8565321 --- /dev/null +++ b/TestSiteV10/uSync/v9/MediaTypes/folder.config @@ -0,0 +1,25 @@ + + + + Folder + icon-folder + icon-folder + + True + False + Nothing + false + + + + + Folder + Image + File + umbracoMediaVideo + umbracoMediaAudio + umbracoMediaArticle + umbracoMediaVectorGraphics + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/MediaTypes/image.config b/TestSiteV10/uSync/v9/MediaTypes/image.config new file mode 100644 index 0000000..c1dd686 --- /dev/null +++ b/TestSiteV10/uSync/v9/MediaTypes/image.config @@ -0,0 +1,101 @@ + + + + Image + icon-picture + icon-picture + + True + False + Nothing + false + + + + + 00000009-0000-0000-0000-000000000000 + Size + umbracoBytes + 930861bf-e262-4ead-a704-f99453565708 + Umbraco.Label + false + + + 3 + Image + + + false + + + 0000000a-0000-0000-0000-000000000000 + Type + umbracoExtension + f0bc4bfb-b499-40d6-ba86-058885a5178c + Umbraco.Label + false + + + 4 + Image + + + false + + + 00000006-0000-0000-0000-000000000000 + Image + umbracoFile + 1df9f033-e6d4-451f-b8d2-e0cbc50a836f + Umbraco.ImageCropper + true + + + 0 + Image + + + false + + + 00000008-0000-0000-0000-000000000000 + Height + umbracoHeight + 8e7f995c-bd81-4627-9932-c40e568ec788 + Umbraco.Label + false + + + 2 + Image + + + false + + + 00000007-0000-0000-0000-000000000000 + Width + umbracoWidth + 8e7f995c-bd81-4627-9932-c40e568ec788 + Umbraco.Label + false + + + 1 + Image + + + false + + + + + + 79ed4d07-254a-42cf-8fa9-ebe1c116a596 + Image + image + Group + 1 + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/MediaTypes/umbracomediaarticle.config b/TestSiteV10/uSync/v9/MediaTypes/umbracomediaarticle.config new file mode 100644 index 0000000..11f2f7a --- /dev/null +++ b/TestSiteV10/uSync/v9/MediaTypes/umbracomediaarticle.config @@ -0,0 +1,71 @@ + + + + Article + icon-article + icon-article + + True + False + Nothing + false + + + + + 00000030-0000-0000-0000-000000000000 + Size + umbracoBytes + 930861bf-e262-4ead-a704-f99453565708 + Umbraco.Label + false + + + 2 + Article + + + false + + + 0000002f-0000-0000-0000-000000000000 + Type + umbracoExtension + f0bc4bfb-b499-40d6-ba86-058885a5178c + Umbraco.Label + false + + + 1 + Article + + + false + + + 0000002e-0000-0000-0000-000000000000 + Article + umbracoFile + bc1e266c-dac4-4164-bf08-8a1ec6a7143d + Umbraco.UploadField + true + + + 0 + Article + + + false + + + + + + 9af3bd65-f687-4453-9518-5f180d1898ec + Article + article + Group + 1 + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/MediaTypes/umbracomediaaudio.config b/TestSiteV10/uSync/v9/MediaTypes/umbracomediaaudio.config new file mode 100644 index 0000000..3b241c3 --- /dev/null +++ b/TestSiteV10/uSync/v9/MediaTypes/umbracomediaaudio.config @@ -0,0 +1,71 @@ + + + + Audio + icon-sound-waves + icon-sound-waves + + True + False + Nothing + false + + + + + 0000002d-0000-0000-0000-000000000000 + Size + umbracoBytes + 930861bf-e262-4ead-a704-f99453565708 + Umbraco.Label + false + + + 2 + Audio + + + false + + + 0000002c-0000-0000-0000-000000000000 + Type + umbracoExtension + f0bc4bfb-b499-40d6-ba86-058885a5178c + Umbraco.Label + false + + + 1 + Audio + + + false + + + 0000002b-0000-0000-0000-000000000000 + Audio + umbracoFile + 8f430dd6-4e96-447e-9dc0-cb552c8cd1f3 + Umbraco.UploadField + true + + + 0 + Audio + + + false + + + + + + 335fb495-0a87-4e82-b902-30eb367b767c + Audio + audio + Group + 1 + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/MediaTypes/umbracomediavectorgraphics.config b/TestSiteV10/uSync/v9/MediaTypes/umbracomediavectorgraphics.config new file mode 100644 index 0000000..3ebd344 --- /dev/null +++ b/TestSiteV10/uSync/v9/MediaTypes/umbracomediavectorgraphics.config @@ -0,0 +1,71 @@ + + + + Vector Graphics (SVG) + icon-picture + icon-picture + + True + False + Nothing + false + + + + + 00000033-0000-0000-0000-000000000000 + Size + umbracoBytes + 930861bf-e262-4ead-a704-f99453565708 + Umbraco.Label + false + + + 2 + Vector Graphics + + + false + + + 00000032-0000-0000-0000-000000000000 + Type + umbracoExtension + f0bc4bfb-b499-40d6-ba86-058885a5178c + Umbraco.Label + false + + + 1 + Vector Graphics + + + false + + + 00000031-0000-0000-0000-000000000000 + Vector Graphics + umbracoFile + 215cb418-2153-4429-9aef-8c0f0041191b + Umbraco.UploadField + true + + + 0 + Vector Graphics + + + false + + + + + + f199b4d7-9e84-439f-8531-f87d9af37711 + Vector Graphics + vectorGraphics + Group + 1 + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/MediaTypes/umbracomediavideo.config b/TestSiteV10/uSync/v9/MediaTypes/umbracomediavideo.config new file mode 100644 index 0000000..0dd0ffc --- /dev/null +++ b/TestSiteV10/uSync/v9/MediaTypes/umbracomediavideo.config @@ -0,0 +1,71 @@ + + + + Video + icon-video + icon-video + + True + False + Nothing + false + + + + + 0000002a-0000-0000-0000-000000000000 + Size + umbracoBytes + 930861bf-e262-4ead-a704-f99453565708 + Umbraco.Label + false + + + 2 + Video + + + false + + + 00000029-0000-0000-0000-000000000000 + Type + umbracoExtension + f0bc4bfb-b499-40d6-ba86-058885a5178c + Umbraco.Label + false + + + 1 + Video + + + false + + + 00000028-0000-0000-0000-000000000000 + Video + umbracoFile + 70575fe7-9812-4396-bbe1-c81a76db71b5 + Umbraco.UploadField + true + + + 0 + Video + + + false + + + + + + 2f0a61b6-cf92-4ff4-b437-751ab35eb254 + Video + video + Group + 1 + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/MemberTypes/member.config b/TestSiteV10/uSync/v9/MemberTypes/member.config new file mode 100644 index 0000000..bb1c2dc --- /dev/null +++ b/TestSiteV10/uSync/v9/MemberTypes/member.config @@ -0,0 +1,44 @@ + + + + Member + icon-user + icon-user + + False + False + Nothing + false + + + + + 2a280588-0000-0000-0000-000000000000 + Comments + umbracoMemberComments + c6bac0dd-4ab9-45b1-8e30-e4b619ee5da3 + Umbraco.TextArea + false + + + 0 + Membership + false + false + false + + + false + + + + + + 0756729d-d665-46e3-b84a-37aceaa614f8 + Membership + membership + Group + 1 + + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Templates/blog.config b/TestSiteV10/uSync/v9/Templates/blog.config new file mode 100644 index 0000000..090a281 --- /dev/null +++ b/TestSiteV10/uSync/v9/Templates/blog.config @@ -0,0 +1,5 @@ + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Templates/blogpost.config b/TestSiteV10/uSync/v9/Templates/blogpost.config new file mode 100644 index 0000000..2ee4579 --- /dev/null +++ b/TestSiteV10/uSync/v9/Templates/blogpost.config @@ -0,0 +1,5 @@ + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Templates/contact.config b/TestSiteV10/uSync/v9/Templates/contact.config new file mode 100644 index 0000000..1d6a88e --- /dev/null +++ b/TestSiteV10/uSync/v9/Templates/contact.config @@ -0,0 +1,5 @@ + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Templates/contentpage.config b/TestSiteV10/uSync/v9/Templates/contentpage.config new file mode 100644 index 0000000..c75f809 --- /dev/null +++ b/TestSiteV10/uSync/v9/Templates/contentpage.config @@ -0,0 +1,5 @@ + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Templates/contentpageloggedin.config b/TestSiteV10/uSync/v9/Templates/contentpageloggedin.config new file mode 100644 index 0000000..a3bf068 --- /dev/null +++ b/TestSiteV10/uSync/v9/Templates/contentpageloggedin.config @@ -0,0 +1,5 @@ + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Templates/home.config b/TestSiteV10/uSync/v9/Templates/home.config new file mode 100644 index 0000000..a7b95e8 --- /dev/null +++ b/TestSiteV10/uSync/v9/Templates/home.config @@ -0,0 +1,5 @@ + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Templates/master.config b/TestSiteV10/uSync/v9/Templates/master.config new file mode 100644 index 0000000..82ae336 --- /dev/null +++ b/TestSiteV10/uSync/v9/Templates/master.config @@ -0,0 +1,5 @@ + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Templates/people.config b/TestSiteV10/uSync/v9/Templates/people.config new file mode 100644 index 0000000..e3f1e51 --- /dev/null +++ b/TestSiteV10/uSync/v9/Templates/people.config @@ -0,0 +1,5 @@ + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Templates/person.config b/TestSiteV10/uSync/v9/Templates/person.config new file mode 100644 index 0000000..fa991c7 --- /dev/null +++ b/TestSiteV10/uSync/v9/Templates/person.config @@ -0,0 +1,5 @@ + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Templates/product.config b/TestSiteV10/uSync/v9/Templates/product.config new file mode 100644 index 0000000..be2296c --- /dev/null +++ b/TestSiteV10/uSync/v9/Templates/product.config @@ -0,0 +1,5 @@ + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/Templates/products.config b/TestSiteV10/uSync/v9/Templates/products.config new file mode 100644 index 0000000..57a4297 --- /dev/null +++ b/TestSiteV10/uSync/v9/Templates/products.config @@ -0,0 +1,5 @@ + + \ No newline at end of file diff --git a/TestSiteV10/uSync/v9/usync.config b/TestSiteV10/uSync/v9/usync.config new file mode 100644 index 0000000..1eb49e2 --- /dev/null +++ b/TestSiteV10/uSync/v9/usync.config @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/src/UmbNav.Core/Services/UmbNavMenuBuilderService.cs b/src/UmbNav.Core/Services/UmbNavMenuBuilderService.cs index 642f337..2af4f59 100644 --- a/src/UmbNav.Core/Services/UmbNavMenuBuilderService.cs +++ b/src/UmbNav.Core/Services/UmbNavMenuBuilderService.cs @@ -49,6 +49,7 @@ public IEnumerable BuildMenu(IEnumerable items, int leve { if (item.HideLoggedIn && isLoggedIn || item.HideLoggedOut && !isLoggedIn) { + removeItems.Add(item); continue; } diff --git a/src/UmbNav.Core/UmbNav.Core.csproj b/src/UmbNav.Core/UmbNav.Core.csproj index 8f1fe6f..287bf6b 100644 --- a/src/UmbNav.Core/UmbNav.Core.csproj +++ b/src/UmbNav.Core/UmbNav.Core.csproj @@ -16,13 +16,13 @@ https://github.com/AaronSadlerUK/Our.Umbraco.UmbNav Aaron Sadler UmbHost Limited - 2022 UmbHost Limited + 2023 UmbHost Limited MIT true - 2.0.0 + 2.0.2 $(AssemblyVersion) README.md - Initial Release + Fixes member visiblity diff --git a/src/UmbNav.Web/UmbNav.Web.csproj b/src/UmbNav.Web/UmbNav.Web.csproj index c3eca48..3e49dac 100644 --- a/src/UmbNav.Web/UmbNav.Web.csproj +++ b/src/UmbNav.Web/UmbNav.Web.csproj @@ -1,4 +1,4 @@ - + net6.0 @@ -15,13 +15,13 @@ https://github.com/AaronSadlerUK/Our.Umbraco.UmbNav Aaron Sadler UmbHost Limited - 2022 UmbHost Limited + 2023 UmbHost Limited MIT true - 2.0.4 + 2.0.7 $(AssemblyVersion) README.md - Fixed backoffice UI + Fixes member visiblity