From 4e35e5e594aff16ca3381eef60a4cc05fb201db3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 27 Jan 2026 09:50:25 +0000 Subject: [PATCH 01/12] Sync wiki at Tue Jan 27 09:50:25 UTC 2026 --- docs/1.-Intro.md | 54 ++++++++++++++++++++++++++++++++++++ docs/2.-Setup.md | 40 ++++++++++++++++++++++++++ docs/3.-Project-Structure.md | 12 ++++++++ docs/4.-Configurations.md | 19 +++++++++++++ docs/_Footer.md | 8 ++++++ 5 files changed, 133 insertions(+) create mode 100644 docs/1.-Intro.md create mode 100644 docs/2.-Setup.md create mode 100644 docs/3.-Project-Structure.md create mode 100644 docs/4.-Configurations.md create mode 100644 docs/_Footer.md diff --git a/docs/1.-Intro.md b/docs/1.-Intro.md new file mode 100644 index 0000000..e13403f --- /dev/null +++ b/docs/1.-Intro.md @@ -0,0 +1,54 @@ +# Logo uTPro – Umbraco Turbo Pro +## For developers, by developers + +**uTPro** is a powerful **Starter Kit Template** built to **accelerate website development on the Umbraco platform**. +It enables developers to create **enterprise‑grade websites** faster, more reliably, and with a professional structure from day one. + +--- + +## 🔑 Core Principles + +- **Umbraco Turbo Pro** + Speed up Umbraco development with a streamlined, production‑ready foundation that ensures stability and scalability. + +- **Universal Template Project** + A flexible, ready‑to‑use structure that adapts to multiple use cases: enterprise websites, product showcases, landing pages, and more. + +- **Ultimate Tech Productivity** + Reduce repetitive setup tasks, maximize efficiency, and let developers focus on delivering real value instead of boilerplate work. + +--- + +## 🚀 Why uTPro? + +- **Fast to start** – Launch projects in minutes with a clean, optimized base. +- **Flexible** – Easily customize to fit unique business or creative needs. +- **Scalable** – Built to support both small projects and enterprise‑level solutions. +- **Free & Open Source** – 100% customizable, extendable, and community‑driven. + +--- + +## 🌐 Perfect for + +- Corporate websites and enterprise portals +- Product landing pages and marketing campaigns +- Developer teams who want a consistent, professional starting point +- Agencies looking to deliver faster without sacrificing quality + +--- + +## ⚙️ Pre‑installed Utilities + +uTPro comes with a curated set of utilities and best practices already integrated, so you can start building immediately: + +- **Pre‑configured build scripts** (minification, bundling, cache‑busting). +- **SEO‑friendly meta setup** and Open Graph defaults. +- **Accessibility helpers** to ensure inclusive design. +- **Performance optimizations** (lazy loading, async scripts, caching hints). +- **Sample components** (navigation, footer, hero section) ready to customize. + +**With the support of extensions:** [Smidge](https://github.com/Shazwazza/Smidge), [UmbracoSeoVisualizer](https://marketplace.umbraco.com/package/umbracoseovisualizer), [Umbraco.Community.BlockPreview](https://marketplace.umbraco.com/package/umbraco.community.blockpreview), [uSync](https://marketplace.umbraco.com/package/usync), [WebMarkupMin.AspNetCoreLatest](https://www.nuget.org/packages/WebMarkupMin.AspNetCoreLatest/), [LigerShark.WebOptimizer.Core](https://www.nuget.org/packages/LigerShark.WebOptimizer.Core)... + +--- + +uTPro is **completely free and open source**, giving developers the freedom to **customize, extend, and innovate without limits**. diff --git a/docs/2.-Setup.md b/docs/2.-Setup.md new file mode 100644 index 0000000..0eb569b --- /dev/null +++ b/docs/2.-Setup.md @@ -0,0 +1,40 @@ +# 2.1 Setup Domain +In addition to the configurations used for Umbraco, we also provide other configurations for backoffice and language customization: + +image + +If you want to use multi site or configure separate backoffice, please update the **hosts file** according to each operating system. + +* For Windows: C:\Windows\System32\Drivers\etc\hosts) +* For MacOS and Linux: /etc/hosts + +image + +--- +# 2.2 Setup Project +Setting up uTPro is simple. Once you have downloaded the source code, you can open the project solution file in Visual Studio. We recommend using Visual Studio 2022 (or later). + +image + +Then follow the minimum requirements of the Umbraco CMS project: + +* Database: SQL Server (Please change the ConnectionString in the appsettings.json with key: **umbracoDbDSN** => create an **empty database** on SQL Server. Then use the database name you created and edit it in **appsettings**. + +image). + +image + +* Target framework: .NET 9 (Changes depending on the Umbraco version in use) + +image + +--- +# 2.3 Setup Data +The project has been integrated with data, and you can use **uSync to synchronize data** after installing Umbraco CMS. + +image + +In the "Everything" group, select "Import" and wait for the results, then refresh the page, return to the "Content" tab to check the results. + +image + diff --git a/docs/3.-Project-Structure.md b/docs/3.-Project-Structure.md new file mode 100644 index 0000000..9aaf24b --- /dev/null +++ b/docs/3.-Project-Structure.md @@ -0,0 +1,12 @@ +uTPro is developed in modular fashion. In this section we will go into details of each module and inner workings of its structure. + +This is an empty Project structure with no specialized features created yet: + +image + +# 3.1 uTPro.Web +# 3.2 uTPro.Configure +# 3.3 uTPro.Common +# 3.4 uTPro.Extension +# 3.5 uTPro.Foundation +# 3.6 uTPro.Feature (Optional) \ No newline at end of file diff --git a/docs/4.-Configurations.md b/docs/4.-Configurations.md new file mode 100644 index 0000000..4978491 --- /dev/null +++ b/docs/4.-Configurations.md @@ -0,0 +1,19 @@ +In addition to the configurations used for Umbraco, we also provide other configurations for backoffice and language customization: + +# 4.1 Configuration Remember Language - Culture and Hostnames +We do provide multilingual configuration by **cookie**. This defaults Umbraco to support multilingual only! You can find our **"Culture and Hostnames"** settings in the "Home" node (_**uTPro -> Sites -> Home**_) + +image + +**IMPORTANT:** Make sure that the default language (first access user has no cookie and url has no language set) is set to END "/" by default and set it to the last position (In the picture we are using Vietnamese as the default language). Make sure each language has a hostname for Remember Language to work properly. + +You can disable this feature by setting **Enabled: "false"** for **RememberLanguage**: + +image + +# 4.2 Configuration Backoffice and Website run separately +You can separate Backoffice and Website into 2 separate domains, if you have enabled and configured the domain for Backoffice, try accessing the Website domain and "/umbraco" to see the result. + +image + + diff --git a/docs/_Footer.md b/docs/_Footer.md new file mode 100644 index 0000000..8727cf9 --- /dev/null +++ b/docs/_Footer.md @@ -0,0 +1,8 @@ +--- +✍️ **Author**: Nguyễn Thiên Tứ +📬 **Contact**: [thientu@t4vn.com](mailto:thientu@t4vn.com) +📄 **Website**: [t4vn.com](https://t4vn.com) +📦 **Repository**: [github.com/T4VN/uTPro](https://github.com/T4VN/uTPro) +📍 **Location**: Ho Chi Minh City, VietNam +🕒 Timezone: GMT+7 +✨ **SPECIAL**: We also offer a **LOW COST PREMIUM** version for those who want exclusive customization tailored to their personal style. Your support means a lot to us! From aab8a9b9486a71b0053b2d5ea7ba9b7d9010cab1 Mon Sep 17 00:00:00 2001 From: Nguyen Thien Tu <15050790+thientu995@users.noreply.github.com> Date: Fri, 30 Jan 2026 13:29:52 +0700 Subject: [PATCH 02/12] update component introduction --- .../uTPro.Common/Models/CMS/File.generated.cs | 16 +- .../Models/CMS/Folder.generated.cs | 10 +- .../CMS/GlobalFolderArchives.generated.cs | 10 +- ...alFolderNavigationLinkForSite.generated.cs | 12 +- .../CMS/GlobalFolderSettings.generated.cs | 44 ++--- .../Models/CMS/GlobalFolderSites.generated.cs | 18 +- .../CMS/GlobalNavigationItem.generated.cs | 32 ++-- .../CMS/GlobalOneColumnSection.generated.cs | 21 ++- .../Models/CMS/GlobalPageError.generated.cs | 26 +-- .../GlobalPageHeadMetaSetting.generated.cs | 28 +-- ...obalPageHeadSocialMetaSetting.generated.cs | 76 ++++---- ...ationConfigSettingForHomePage.generated.cs | 22 +-- .../GlobalPageNavigationSetting.generated.cs | 34 ++-- .../CMS/GlobalPageScriptSetting.generated.cs | 34 ++-- .../CMS/GlobalPageSitemapSetting.generated.cs | 40 ++--- ...GlobalResponsiveImageSettings.generated.cs | 20 +-- .../Models/CMS/GlobalRoot.generated.cs | 10 +- .../CMS/GlobalSiteSettings.generated.cs | 16 +- .../GlobalSitemapRobotsSettings.generated.cs | 16 +- .../CMS/GlobalSmtpSettings.generated.cs | 46 ++--- .../Models/CMS/Image.generated.cs | 20 +-- .../Models/CMS/Member.generated.cs | 12 +- .../CMS/UTpro__BannerHeader.generated.cs | 22 +-- .../CMS/UTpro__Introduction.generated.cs | 92 ++++++++++ .../Models/CMS/UTpro__PageHome.generated.cs | 70 ++++---- .../CMS/UmbracoMediaArticle.generated.cs | 16 +- .../Models/CMS/UmbracoMediaAudio.generated.cs | 16 +- .../UmbracoMediaVectorGraphics.generated.cs | 16 +- .../Models/CMS/UmbracoMediaVideo.generated.cs | 16 +- uTPro/Common/uTPro.Common/uTPro.Common.csproj | 4 +- uTPro/Project/uTPro.Project.Web/Program.cs | 5 +- .../Components/globalOneColumnSection.cshtml | 52 +++++- .../Views/Partials/blockgrid/items.cshtml | 1 - .../blockgrid/Components/BannerHeader.cshtml | 8 +- .../blockgrid/Components/Introduction.cshtml | 23 +++ .../v16/Content/trang-ch\341\273\247.config" | 163 +++++++++++++++++- .../globalonecolumnsection.config | 16 ++ .../ContentTypes/utpro__bannerheader.config | 16 -- .../ContentTypes/utpro__introduction.config | 114 ++++++++++++ ...roundOpacityNumericPropertyEditorUI.config | 13 ++ .../v16/DataTypes/PageGeneralBlockGrid.config | 8 + .../uSync/v16/Media/bkg-login.jpg.config | 21 +++ .../uTPro.Project.Web.csproj | 2 +- .../assets/css/blockgridlayout-backoffice.css | 5 +- .../wwwroot/assets/css/blockgridlayout.css | 3 + .../wwwroot/css/uTPro/main.css | 14 +- .../wwwroot/uploads/image/avsm-bkg-login.jpg | Bin 0 -> 108752 bytes 47 files changed, 875 insertions(+), 404 deletions(-) create mode 100644 uTPro/Common/uTPro.Common/Models/CMS/UTpro__Introduction.generated.cs create mode 100644 uTPro/Project/uTPro.Project.Web/Views/uTPro/blockgrid/Components/Introduction.cshtml create mode 100644 uTPro/Project/uTPro.Project.Web/uSync/v16/ContentTypes/utpro__introduction.config create mode 100644 uTPro/Project/uTPro.Project.Web/uSync/v16/DataTypes/BackgroundOpacityNumericPropertyEditorUI.config create mode 100644 uTPro/Project/uTPro.Project.Web/uSync/v16/Media/bkg-login.jpg.config create mode 100644 uTPro/Project/uTPro.Project.Web/wwwroot/uploads/image/avsm-bkg-login.jpg diff --git a/uTPro/Common/uTPro.Common/Models/CMS/File.generated.cs b/uTPro/Common/uTPro.Common/Models/CMS/File.generated.cs index c932b45..97db9e7 100644 --- a/uTPro/Common/uTPro.Common/Models/CMS/File.generated.cs +++ b/uTPro/Common/uTPro.Common/Models/CMS/File.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v16.4.1+3472ff9 +// Umbraco.ModelsBuilder.Embedded v16.5.0+8b2c22a // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class File : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const string ModelTypeAlias = "File"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const PublishedItemType ModelItemType = PublishedItemType.Media; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,14 +52,14 @@ public File(IPublishedContent content, IPublishedValueFallback publishedValueFal /// /// File size /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("umbracoBytes")] public virtual long UmbracoBytes => this.Value(_publishedValueFallback, "umbracoBytes"); /// /// File extension /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoExtension")] public virtual string UmbracoExtension => this.Value(_publishedValueFallback, "umbracoExtension"); @@ -67,7 +67,7 @@ public File(IPublishedContent content, IPublishedValueFallback publishedValueFal /// /// File /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoFile")] public virtual string UmbracoFile => this.Value(_publishedValueFallback, "umbracoFile"); diff --git a/uTPro/Common/uTPro.Common/Models/CMS/Folder.generated.cs b/uTPro/Common/uTPro.Common/Models/CMS/Folder.generated.cs index d9272f8..99a1e22 100644 --- a/uTPro/Common/uTPro.Common/Models/CMS/Folder.generated.cs +++ b/uTPro/Common/uTPro.Common/Models/CMS/Folder.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v16.4.1+3472ff9 +// Umbraco.ModelsBuilder.Embedded v16.5.0+8b2c22a // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class Folder : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const string ModelTypeAlias = "Folder"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const PublishedItemType ModelItemType = PublishedItemType.Media; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); diff --git a/uTPro/Common/uTPro.Common/Models/CMS/GlobalFolderArchives.generated.cs b/uTPro/Common/uTPro.Common/Models/CMS/GlobalFolderArchives.generated.cs index 050efdf..976c922 100644 --- a/uTPro/Common/uTPro.Common/Models/CMS/GlobalFolderArchives.generated.cs +++ b/uTPro/Common/uTPro.Common/Models/CMS/GlobalFolderArchives.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v16.4.1+3472ff9 +// Umbraco.ModelsBuilder.Embedded v16.5.0+8b2c22a // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class GlobalFolderArchives : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const string ModelTypeAlias = "globalFolderArchives"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); diff --git a/uTPro/Common/uTPro.Common/Models/CMS/GlobalFolderNavigationLinkForSite.generated.cs b/uTPro/Common/uTPro.Common/Models/CMS/GlobalFolderNavigationLinkForSite.generated.cs index 14ebcc8..0652d0d 100644 --- a/uTPro/Common/uTPro.Common/Models/CMS/GlobalFolderNavigationLinkForSite.generated.cs +++ b/uTPro/Common/uTPro.Common/Models/CMS/GlobalFolderNavigationLinkForSite.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v16.4.1+3472ff9 +// Umbraco.ModelsBuilder.Embedded v16.5.0+8b2c22a // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class GlobalFolderNavigationLinkForSite : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const string ModelTypeAlias = "globalFolderNavigationLinkForSite"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,7 +52,7 @@ public GlobalFolderNavigationLinkForSite(IPublishedContent content, IPublishedVa /// /// Items /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("navigationItems")] public virtual global::Umbraco.Cms.Core.Models.Blocks.BlockListModel NavigationItems => this.Value(_publishedValueFallback, "navigationItems"); diff --git a/uTPro/Common/uTPro.Common/Models/CMS/GlobalFolderSettings.generated.cs b/uTPro/Common/uTPro.Common/Models/CMS/GlobalFolderSettings.generated.cs index 0c62839..ca368a2 100644 --- a/uTPro/Common/uTPro.Common/Models/CMS/GlobalFolderSettings.generated.cs +++ b/uTPro/Common/uTPro.Common/Models/CMS/GlobalFolderSettings.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v16.4.1+3472ff9 +// Umbraco.ModelsBuilder.Embedded v16.5.0+8b2c22a // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class GlobalFolderSettings : PublishedContentModel, IGlobalSmtpSe { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const string ModelTypeAlias = "globalFolderSettings"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,21 +52,21 @@ public GlobalFolderSettings(IPublishedContent content, IPublishedValueFallback p /// /// Disable /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("rememberLanguageDisable")] public virtual bool RememberLanguageDisable => this.Value(_publishedValueFallback, "rememberLanguageDisable"); /// /// Turn Off Responsive Image: Turn on: Image url links will be resized and converted to .webp format. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("repImgEnable")] public virtual bool RepImgEnable => this.Value(_publishedValueFallback, "repImgEnable"); /// /// Extend Sizes SrcSet: Additional dimensions used for the img tag's srcset data If not entered, default will only take 3 sizes for srcset /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("repImgExtendSizesSrcSet")] public virtual global::System.Collections.Generic.IEnumerable RepImgExtendSizesSrcSet => this.Value>(_publishedValueFallback, "repImgExtendSizesSrcSet"); @@ -74,28 +74,28 @@ public GlobalFolderSettings(IPublishedContent content, IPublishedValueFallback p /// /// Max Width Desktop (px): Default: 1920px /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("repImgMaxWidthDesktop")] public virtual int RepImgMaxWidthDesktop => this.Value(_publishedValueFallback, "repImgMaxWidthDesktop"); /// /// Max Width Mobile (px): Default: 768px /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("repImgMaxWidthMobile")] public virtual int RepImgMaxWidthMobile => this.Value(_publishedValueFallback, "repImgMaxWidthMobile"); /// /// Max Width Table (px): Default: 1024px /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("repImgMaxWidthTable")] public virtual int RepImgMaxWidthTable => this.Value(_publishedValueFallback, "repImgMaxWidthTable"); /// /// Content /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("robotsContent")] public virtual string RobotsContent => this.Value(_publishedValueFallback, "robotsContent"); @@ -103,7 +103,7 @@ public GlobalFolderSettings(IPublishedContent content, IPublishedValueFallback p /// /// Ignored Document Types: Content based on these document types will be ignored on the sitemap use alias of the document types /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("sitemapIgnoredDocumentTypes")] public virtual global::System.Collections.Generic.IEnumerable SitemapIgnoredDocumentTypes => this.Value>(_publishedValueFallback, "sitemapIgnoredDocumentTypes"); @@ -111,14 +111,14 @@ public GlobalFolderSettings(IPublishedContent content, IPublishedValueFallback p /// /// Max Sitemap Depth /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("sitemapMaxSitemapDepth")] public virtual int SitemapMaxSitemapDepth => this.Value(_publishedValueFallback, "sitemapMaxSitemapDepth"); /// /// Site Title Suffix: Syntax: "\{titlePage\}": Default if is empty "\{titleSiteName\}": Site Name config in Folder Sites /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("siteTitleSuffix")] public virtual string SiteTitleSuffix => this.Value(_publishedValueFallback, "siteTitleSuffix"); @@ -126,14 +126,14 @@ public GlobalFolderSettings(IPublishedContent content, IPublishedValueFallback p /// /// Turn Off AppSettings: Use the config here to make SMTP settings instead of the AppSettings config /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("turnOffAppSettings")] public virtual bool TurnOffAppSettings => this.Value(_publishedValueFallback, "turnOffAppSettings"); /// /// Credential Password /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("smtpCredentialPassword")] public virtual string SmtpCredentialPassword => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalSmtpSettings.GetSmtpCredentialPassword(this, _publishedValueFallback); @@ -141,7 +141,7 @@ public GlobalFolderSettings(IPublishedContent content, IPublishedValueFallback p /// /// Credential Username /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("smtpCredentialUsername")] public virtual string SmtpCredentialUsername => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalSmtpSettings.GetSmtpCredentialUsername(this, _publishedValueFallback); @@ -149,7 +149,7 @@ public GlobalFolderSettings(IPublishedContent content, IPublishedValueFallback p /// /// Email From /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("smtpEmailFrom")] public virtual string SmtpEmailFrom => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalSmtpSettings.GetSmtpEmailFrom(this, _publishedValueFallback); @@ -157,14 +157,14 @@ public GlobalFolderSettings(IPublishedContent content, IPublishedValueFallback p /// /// Enable Ssl /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("smtpEnableSsl")] public virtual bool SmtpEnableSsl => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalSmtpSettings.GetSmtpEnableSsl(this, _publishedValueFallback); /// /// Host /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("smtpHost")] public virtual string SmtpHost => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalSmtpSettings.GetSmtpHost(this, _publishedValueFallback); @@ -172,7 +172,7 @@ public GlobalFolderSettings(IPublishedContent content, IPublishedValueFallback p /// /// Port /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("smtpPort")] public virtual int SmtpPort => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalSmtpSettings.GetSmtpPort(this, _publishedValueFallback); } diff --git a/uTPro/Common/uTPro.Common/Models/CMS/GlobalFolderSites.generated.cs b/uTPro/Common/uTPro.Common/Models/CMS/GlobalFolderSites.generated.cs index d0fa8a7..9fd0d0f 100644 --- a/uTPro/Common/uTPro.Common/Models/CMS/GlobalFolderSites.generated.cs +++ b/uTPro/Common/uTPro.Common/Models/CMS/GlobalFolderSites.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v16.4.1+3472ff9 +// Umbraco.ModelsBuilder.Embedded v16.5.0+8b2c22a // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class GlobalFolderSites : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const string ModelTypeAlias = "globalFolderSites"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,7 +52,7 @@ public GlobalFolderSites(IPublishedContent content, IPublishedValueFallback publ /// /// Global Settings: If not set, default will take 1 Global Settings item first in Group /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("globalSettings")] public virtual global::Umbraco.Cms.Core.Models.PublishedContent.IPublishedContent GlobalSettings => this.Value(_publishedValueFallback, "globalSettings"); @@ -60,7 +60,7 @@ public GlobalFolderSites(IPublishedContent content, IPublishedValueFallback publ /// /// Site Favicon /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("siteFavicon")] public virtual global::Umbraco.Cms.Core.Models.MediaWithCrops SiteFavicon => this.Value(_publishedValueFallback, "siteFavicon"); @@ -68,7 +68,7 @@ public GlobalFolderSites(IPublishedContent content, IPublishedValueFallback publ /// /// Site Logo /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("siteLogo")] public virtual global::Umbraco.Cms.Core.Models.MediaWithCrops SiteLogo => this.Value(_publishedValueFallback, "siteLogo"); @@ -76,7 +76,7 @@ public GlobalFolderSites(IPublishedContent content, IPublishedValueFallback publ /// /// Site Name /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("siteName")] public virtual global::SeoVisualizer.SeoValues SiteName => this.Value(_publishedValueFallback, "siteName"); diff --git a/uTPro/Common/uTPro.Common/Models/CMS/GlobalNavigationItem.generated.cs b/uTPro/Common/uTPro.Common/Models/CMS/GlobalNavigationItem.generated.cs index 4ae51b8..07c5d7f 100644 --- a/uTPro/Common/uTPro.Common/Models/CMS/GlobalNavigationItem.generated.cs +++ b/uTPro/Common/uTPro.Common/Models/CMS/GlobalNavigationItem.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v16.4.1+3472ff9 +// Umbraco.ModelsBuilder.Embedded v16.5.0+8b2c22a // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class GlobalNavigationItem : PublishedElementModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const string ModelTypeAlias = "globalNavigationItem"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,21 +52,21 @@ public GlobalNavigationItem(IPublishedElement content, IPublishedValueFallback p /// /// Add "noopener" to link /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("navAddNoopenerToLink")] public virtual bool NavAddNoopenerToLink => this.Value(_publishedValueFallback, "navAddNoopenerToLink"); /// /// Add "noreferrer" to link /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("navAddNoreferrerToLink")] public virtual bool NavAddNoreferrerToLink => this.Value(_publishedValueFallback, "navAddNoreferrerToLink"); /// /// Children: For multi-level menus /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("navChildren")] public virtual global::Umbraco.Cms.Core.Models.Blocks.BlockListModel NavChildren => this.Value(_publishedValueFallback, "navChildren"); @@ -74,42 +74,42 @@ public GlobalNavigationItem(IPublishedElement content, IPublishedValueFallback p /// /// Hidden Item /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("navHiddenItem")] public virtual bool NavHiddenItem => this.Value(_publishedValueFallback, "navHiddenItem"); /// /// Hide if member is logged in /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("navHideIfMemberIsLoggedIn")] public virtual bool NavHideIfMemberIsLoggedIn => this.Value(_publishedValueFallback, "navHideIfMemberIsLoggedIn"); /// /// Hide if member is logged out /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("navHideIfMemberIsLoggedOut")] public virtual bool NavHideIfMemberIsLoggedOut => this.Value(_publishedValueFallback, "navHideIfMemberIsLoggedOut"); /// /// Hide label /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("navHideLabel")] public virtual bool NavHideLabel => this.Value(_publishedValueFallback, "navHideLabel"); /// /// Include Child Nodes: Automatically includes child links defined within the parent navLink. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("navIncludeChildNodes")] public virtual bool NavIncludeChildNodes => this.Value(_publishedValueFallback, "navIncludeChildNodes"); /// /// Inner CSS Class: Example: Using css class tag a /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("navInnerCssClass")] public virtual string NavInnerCssClass => this.Value(_publishedValueFallback, "navInnerCssClass"); @@ -117,7 +117,7 @@ public GlobalNavigationItem(IPublishedElement content, IPublishedValueFallback p /// /// Link /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("navLink")] public virtual global::Umbraco.Cms.Core.Models.Link NavLink => this.Value(_publishedValueFallback, "navLink"); @@ -125,7 +125,7 @@ public GlobalNavigationItem(IPublishedElement content, IPublishedValueFallback p /// /// Outer CSS Class: Example: Using css class tag li /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("navOuterCSSClass")] public virtual string NavOuterCssclass => this.Value(_publishedValueFallback, "navOuterCSSClass"); diff --git a/uTPro/Common/uTPro.Common/Models/CMS/GlobalOneColumnSection.generated.cs b/uTPro/Common/uTPro.Common/Models/CMS/GlobalOneColumnSection.generated.cs index 5e681c4..4d91e76 100644 --- a/uTPro/Common/uTPro.Common/Models/CMS/GlobalOneColumnSection.generated.cs +++ b/uTPro/Common/uTPro.Common/Models/CMS/GlobalOneColumnSection.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v16.4.1+3472ff9 +// Umbraco.ModelsBuilder.Embedded v16.5.0+8b2c22a // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class GlobalOneColumnSection : PublishedElementModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const string ModelTypeAlias = "globalOneColumnSection"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,7 +52,7 @@ public GlobalOneColumnSection(IPublishedElement content, IPublishedValueFallback /// /// Background Color /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("backgroundColor")] public virtual string BackgroundColor => this.Value(_publishedValueFallback, "backgroundColor"); @@ -60,9 +60,16 @@ public GlobalOneColumnSection(IPublishedElement content, IPublishedValueFallback /// /// Background Image /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("backgroundImage")] public virtual global::Umbraco.Cms.Core.Models.MediaWithCrops BackgroundImage => this.Value(_publishedValueFallback, "backgroundImage"); + + /// + /// Background Opacity + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] + [ImplementPropertyType("backgroundOpacity")] + public virtual decimal BackgroundOpacity => this.Value(_publishedValueFallback, "backgroundOpacity"); } } diff --git a/uTPro/Common/uTPro.Common/Models/CMS/GlobalPageError.generated.cs b/uTPro/Common/uTPro.Common/Models/CMS/GlobalPageError.generated.cs index b1d5d2b..de7c75d 100644 --- a/uTPro/Common/uTPro.Common/Models/CMS/GlobalPageError.generated.cs +++ b/uTPro/Common/uTPro.Common/Models/CMS/GlobalPageError.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v16.4.1+3472ff9 +// Umbraco.ModelsBuilder.Embedded v16.5.0+8b2c22a // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class GlobalPageError : PublishedContentModel, IGlobalPageHeadMet { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const string ModelTypeAlias = "globalPageError"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,7 +52,7 @@ public GlobalPageError(IPublishedContent content, IPublishedValueFallback publis /// /// Keywords: Type to add tags (press ENTER after each tag) /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("headKeywords")] public virtual global::System.Collections.Generic.IEnumerable HeadKeywords => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageHeadMetaSetting.GetHeadKeywords(this, _publishedValueFallback); @@ -60,7 +60,7 @@ public GlobalPageError(IPublishedContent content, IPublishedValueFallback publis /// /// Social Share Image: The image used when someone shares the page on social media, such as, Twitter or Facebook. We suggest that you use an image of at least 1200x630 pixels. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("headSocialShareImage")] public virtual global::Umbraco.Cms.Core.Models.MediaWithCrops HeadSocialShareImage => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageHeadMetaSetting.GetHeadSocialShareImage(this, _publishedValueFallback); @@ -68,7 +68,7 @@ public GlobalPageError(IPublishedContent content, IPublishedValueFallback publis /// /// Title and Description: This is a preview of how your page may appear in search engines. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("headTitleAndDescription")] public virtual global::SeoVisualizer.SeoValues HeadTitleAndDescription => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageHeadMetaSetting.GetHeadTitleAndDescription(this, _publishedValueFallback); @@ -76,28 +76,28 @@ public GlobalPageError(IPublishedContent content, IPublishedValueFallback publis /// /// Hidden Sitemap: This will add a 'noindex' meta tag to your page which stops it being indexed by search engines. This will also exclude this page from your sitemap.xml /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("sitemapHiddenSitemap")] public virtual bool SitemapHiddenSitemap => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageSitemapSetting.GetSitemapHiddenSitemap(this, _publishedValueFallback); /// /// Hidden their children: This will also exclude all page children from your sitemap.xml /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("sitemapHiddenTheirChildren")] public virtual bool SitemapHiddenTheirChildren => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageSitemapSetting.GetSitemapHiddenTheirChildren(this, _publishedValueFallback); /// /// Stop internal links being followed: This will add a 'nofollow' meta tag to your page which prevents search engine spiders from following links on this page. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("sitemapStopInternalLinksBeingFollowed")] public virtual bool SitemapStopInternalLinksBeingFollowed => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageSitemapSetting.GetSitemapStopInternalLinksBeingFollowed(this, _publishedValueFallback); /// /// Sitemap XML change frequency /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("sitemapXmlChangeFrequency")] public virtual string SitemapXmlChangeFrequency => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageSitemapSetting.GetSitemapXmlChangeFrequency(this, _publishedValueFallback); @@ -105,7 +105,7 @@ public GlobalPageError(IPublishedContent content, IPublishedValueFallback publis /// /// Sitemap XML Priority: Value between: 0-1 BUT IF THE VALUE IS A NUMBER {0 IT WILL AUTOMATICALLY NUMBER BY LEVEL /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("sitemapXmlPriority")] public virtual decimal SitemapXmlPriority => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageSitemapSetting.GetSitemapXmlPriority(this, _publishedValueFallback); } diff --git a/uTPro/Common/uTPro.Common/Models/CMS/GlobalPageHeadMetaSetting.generated.cs b/uTPro/Common/uTPro.Common/Models/CMS/GlobalPageHeadMetaSetting.generated.cs index f133c16..46c4cae 100644 --- a/uTPro/Common/uTPro.Common/Models/CMS/GlobalPageHeadMetaSetting.generated.cs +++ b/uTPro/Common/uTPro.Common/Models/CMS/GlobalPageHeadMetaSetting.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v16.4.1+3472ff9 +// Umbraco.ModelsBuilder.Embedded v16.5.0+8b2c22a // // Changes to this file will be lost if the code is regenerated. // @@ -23,17 +23,17 @@ namespace Umbraco.Cms.Web.Common.PublishedModels public partial interface IGlobalPageHeadMetaSetting : IPublishedElement { /// Keywords - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] global::System.Collections.Generic.IEnumerable HeadKeywords { get; } /// Social Share Image - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] global::Umbraco.Cms.Core.Models.MediaWithCrops HeadSocialShareImage { get; } /// Title and Description - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] global::SeoVisualizer.SeoValues HeadTitleAndDescription { get; } } @@ -44,15 +44,15 @@ public partial class GlobalPageHeadMetaSetting : PublishedElementModel, IGlobalP { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const string ModelTypeAlias = "globalPageHeadMetaSetting"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -72,39 +72,39 @@ public GlobalPageHeadMetaSetting(IPublishedElement content, IPublishedValueFallb /// /// Keywords: Type to add tags (press ENTER after each tag) /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("headKeywords")] public virtual global::System.Collections.Generic.IEnumerable HeadKeywords => GetHeadKeywords(this, _publishedValueFallback); /// Static getter for Keywords - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static global::System.Collections.Generic.IEnumerable GetHeadKeywords(IGlobalPageHeadMetaSetting that, IPublishedValueFallback publishedValueFallback) => that.Value>(publishedValueFallback, "headKeywords"); /// /// Social Share Image: The image used when someone shares the page on social media, such as, Twitter or Facebook. We suggest that you use an image of at least 1200x630 pixels. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("headSocialShareImage")] public virtual global::Umbraco.Cms.Core.Models.MediaWithCrops HeadSocialShareImage => GetHeadSocialShareImage(this, _publishedValueFallback); /// Static getter for Social Share Image - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static global::Umbraco.Cms.Core.Models.MediaWithCrops GetHeadSocialShareImage(IGlobalPageHeadMetaSetting that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "headSocialShareImage"); /// /// Title and Description: This is a preview of how your page may appear in search engines. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("headTitleAndDescription")] public virtual global::SeoVisualizer.SeoValues HeadTitleAndDescription => GetHeadTitleAndDescription(this, _publishedValueFallback); /// Static getter for Title and Description - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static global::SeoVisualizer.SeoValues GetHeadTitleAndDescription(IGlobalPageHeadMetaSetting that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "headTitleAndDescription"); } diff --git a/uTPro/Common/uTPro.Common/Models/CMS/GlobalPageHeadSocialMetaSetting.generated.cs b/uTPro/Common/uTPro.Common/Models/CMS/GlobalPageHeadSocialMetaSetting.generated.cs index a53a006..6b6518d 100644 --- a/uTPro/Common/uTPro.Common/Models/CMS/GlobalPageHeadSocialMetaSetting.generated.cs +++ b/uTPro/Common/uTPro.Common/Models/CMS/GlobalPageHeadSocialMetaSetting.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v16.4.1+3472ff9 +// Umbraco.ModelsBuilder.Embedded v16.5.0+8b2c22a // // Changes to this file will be lost if the code is regenerated. // @@ -23,57 +23,57 @@ namespace Umbraco.Cms.Web.Common.PublishedModels public partial interface IGlobalPageHeadSocialMetaSetting : IPublishedElement { /// Facebook App ID - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] string FacebookAppId { get; } /// Description - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] string OgDescription { get; } /// Image - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] global::Umbraco.Cms.Core.Models.MediaWithCrops OgImage { get; } /// Title - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] string OgTitle { get; } /// Type - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] string OgType { get; } /// Card Type - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] string TwitterCardType { get; } /// Description - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] string TwitterDescription { get; } /// Image - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] global::Umbraco.Cms.Core.Models.MediaWithCrops TwitterImage { get; } /// Image Alt - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] string TwitterImageAlt { get; } /// Site - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] string TwitterSite { get; } /// Title - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] string TwitterTitle { get; } } @@ -84,15 +84,15 @@ public partial class GlobalPageHeadSocialMetaSetting : PublishedElementModel, IG { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const string ModelTypeAlias = "globalPageHeadSocialMetaSetting"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -112,143 +112,143 @@ public GlobalPageHeadSocialMetaSetting(IPublishedElement content, IPublishedValu /// /// Facebook App ID /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("facebookAppId")] public virtual string FacebookAppId => GetFacebookAppId(this, _publishedValueFallback); /// Static getter for Facebook App ID - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static string GetFacebookAppId(IGlobalPageHeadSocialMetaSetting that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "facebookAppId"); /// /// Description /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("ogDescription")] public virtual string OgDescription => GetOgDescription(this, _publishedValueFallback); /// Static getter for Description - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static string GetOgDescription(IGlobalPageHeadSocialMetaSetting that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "ogDescription"); /// /// Image: The URL of the image that appears when someone shares the content to Facebook. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("ogImage")] public virtual global::Umbraco.Cms.Core.Models.MediaWithCrops OgImage => GetOgImage(this, _publishedValueFallback); /// Static getter for Image - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static global::Umbraco.Cms.Core.Models.MediaWithCrops GetOgImage(IGlobalPageHeadSocialMetaSetting that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "ogImage"); /// /// Title: The title of your article without any branding such as your site name. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("ogTitle")] public virtual string OgTitle => GetOgTitle(this, _publishedValueFallback); /// Static getter for Title - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static string GetOgTitle(IGlobalPageHeadSocialMetaSetting that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "ogTitle"); /// /// Type: The type of media of your content. This tag impacts how your content shows up in News Feed. If you don't specify a type,the default is website. Each URL should be a single object, so multiple og:type values are not possible. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("ogType")] public virtual string OgType => GetOgType(this, _publishedValueFallback); /// Static getter for Type - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static string GetOgType(IGlobalPageHeadSocialMetaSetting that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "ogType"); /// /// Card Type: Select the twitter card type you need to use. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("twitterCardType")] public virtual string TwitterCardType => GetTwitterCardType(this, _publishedValueFallback); /// Static getter for Card Type - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static string GetTwitterCardType(IGlobalPageHeadSocialMetaSetting that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "twitterCardType"); /// /// Description: A description that concisely summarizes the content as appropriate for presentation within a Tweet. You should not re-use the title as the description or use this field to describe the general services provided by the website. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("twitterDescription")] public virtual string TwitterDescription => GetTwitterDescription(this, _publishedValueFallback); /// Static getter for Description - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static string GetTwitterDescription(IGlobalPageHeadSocialMetaSetting that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "twitterDescription"); /// /// Image: A URL to a unique image representing the content of the page. You should not use a generic image such as your website logo, author photo, or other image that spans multiple pages. Images for this Card support an aspect ratio of 2:1 with minimum dimensions of 300x157 or maximum of 4096x4096 pixels. Images must be less than 5MB in size. JPG, PNG, WEBP and GIF formats are supported. Only the first frame of an animated GIF will be used. SVG is not supported. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("twitterImage")] public virtual global::Umbraco.Cms.Core.Models.MediaWithCrops TwitterImage => GetTwitterImage(this, _publishedValueFallback); /// Static getter for Image - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static global::Umbraco.Cms.Core.Models.MediaWithCrops GetTwitterImage(IGlobalPageHeadSocialMetaSetting that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "twitterImage"); /// /// Image Alt: A text description of the image conveying the essential nature of an image to users who are visually impaired. Maximum 420 characters. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("twitterImageAlt")] public virtual string TwitterImageAlt => GetTwitterImageAlt(this, _publishedValueFallback); /// Static getter for Image Alt - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static string GetTwitterImageAlt(IGlobalPageHeadSocialMetaSetting that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "twitterImageAlt"); /// /// Site: The Twitter @username the card should be attributed to. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("twitterSite")] public virtual string TwitterSite => GetTwitterSite(this, _publishedValueFallback); /// Static getter for Site - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static string GetTwitterSite(IGlobalPageHeadSocialMetaSetting that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "twitterSite"); /// /// Title: A concise title for the related content. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("twitterTitle")] public virtual string TwitterTitle => GetTwitterTitle(this, _publishedValueFallback); /// Static getter for Title - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static string GetTwitterTitle(IGlobalPageHeadSocialMetaSetting that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "twitterTitle"); } diff --git a/uTPro/Common/uTPro.Common/Models/CMS/GlobalPageNavigationConfigSettingForHomePage.generated.cs b/uTPro/Common/uTPro.Common/Models/CMS/GlobalPageNavigationConfigSettingForHomePage.generated.cs index 900fcf6..a44a7e3 100644 --- a/uTPro/Common/uTPro.Common/Models/CMS/GlobalPageNavigationConfigSettingForHomePage.generated.cs +++ b/uTPro/Common/uTPro.Common/Models/CMS/GlobalPageNavigationConfigSettingForHomePage.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v16.4.1+3472ff9 +// Umbraco.ModelsBuilder.Embedded v16.5.0+8b2c22a // // Changes to this file will be lost if the code is regenerated. // @@ -23,12 +23,12 @@ namespace Umbraco.Cms.Web.Common.PublishedModels public partial interface IGlobalPageNavigationConfigSettingForHomePage : IPublishedElement { /// Navigation Link - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] global::Umbraco.Cms.Core.Models.PublishedContent.IPublishedContent NavigationLink { get; } /// Page Not Found - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] global::Umbraco.Cms.Core.Models.PublishedContent.IPublishedContent PageNotFound { get; } } @@ -39,15 +39,15 @@ public partial class GlobalPageNavigationConfigSettingForHomePage : PublishedEle { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const string ModelTypeAlias = "globalPageNavigationConfigSettingForHomePage"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -67,26 +67,26 @@ public GlobalPageNavigationConfigSettingForHomePage(IPublishedElement content, I /// /// Navigation Link /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("navigationLink")] public virtual global::Umbraco.Cms.Core.Models.PublishedContent.IPublishedContent NavigationLink => GetNavigationLink(this, _publishedValueFallback); /// Static getter for Navigation Link - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static global::Umbraco.Cms.Core.Models.PublishedContent.IPublishedContent GetNavigationLink(IGlobalPageNavigationConfigSettingForHomePage that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "navigationLink"); /// /// Page Not Found /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("pageNotFound")] public virtual global::Umbraco.Cms.Core.Models.PublishedContent.IPublishedContent PageNotFound => GetPageNotFound(this, _publishedValueFallback); /// Static getter for Page Not Found - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static global::Umbraco.Cms.Core.Models.PublishedContent.IPublishedContent GetPageNotFound(IGlobalPageNavigationConfigSettingForHomePage that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "pageNotFound"); } diff --git a/uTPro/Common/uTPro.Common/Models/CMS/GlobalPageNavigationSetting.generated.cs b/uTPro/Common/uTPro.Common/Models/CMS/GlobalPageNavigationSetting.generated.cs index e736e91..5c238af 100644 --- a/uTPro/Common/uTPro.Common/Models/CMS/GlobalPageNavigationSetting.generated.cs +++ b/uTPro/Common/uTPro.Common/Models/CMS/GlobalPageNavigationSetting.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v16.4.1+3472ff9 +// Umbraco.ModelsBuilder.Embedded v16.5.0+8b2c22a // // Changes to this file will be lost if the code is regenerated. // @@ -23,22 +23,22 @@ namespace Umbraco.Cms.Web.Common.PublishedModels public partial interface IGlobalPageNavigationSetting : IPublishedElement { /// Content Redirect - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] global::Umbraco.Cms.Core.Models.PublishedContent.IPublishedContent UmbracoInternalRedirectId { get; } /// Url Redirect - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] global::Umbraco.Cms.Core.Models.PublishedContent.IPublishedContent UmbracoRedirect { get; } /// Alternative URL - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] string UmbracoUrlAlias { get; } /// Alternative name - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] string UmbracoUrlName { get; } } @@ -49,15 +49,15 @@ public partial class GlobalPageNavigationSetting : PublishedElementModel, IGloba { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const string ModelTypeAlias = "globalPageNavigationSetting"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -77,52 +77,52 @@ public GlobalPageNavigationSetting(IPublishedElement content, IPublishedValueFal /// /// Content Redirect: Use when you want to serve content from another node without affecting the visible URL. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoInternalRedirectId")] public virtual global::Umbraco.Cms.Core.Models.PublishedContent.IPublishedContent UmbracoInternalRedirectId => GetUmbracoInternalRedirectId(this, _publishedValueFallback); /// Static getter for Content Redirect - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static global::Umbraco.Cms.Core.Models.PublishedContent.IPublishedContent GetUmbracoInternalRedirectId(IGlobalPageNavigationSetting that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "umbracoInternalRedirectId"); /// /// Url Redirect: Use when you want users and search engines to be redirected to a different URL (302 temporary redirect). /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoRedirect")] public virtual global::Umbraco.Cms.Core.Models.PublishedContent.IPublishedContent UmbracoRedirect => GetUmbracoRedirect(this, _publishedValueFallback); /// Static getter for Url Redirect - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static global::Umbraco.Cms.Core.Models.PublishedContent.IPublishedContent GetUmbracoRedirect(IGlobalPageNavigationSetting that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "umbracoRedirect"); /// /// Alternative URL: Use this field to provide multiple URLs for your page. Please note that the values you use must be lowercase, not use a leading slash and not use a file extension. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoUrlAlias")] public virtual string UmbracoUrlAlias => GetUmbracoUrlAlias(this, _publishedValueFallback); /// Static getter for Alternative URL - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static string GetUmbracoUrlAlias(IGlobalPageNavigationSetting that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "umbracoUrlAlias"); /// /// Alternative name: Use this field to set an alternative name for your page. This will override the default node name that is used as the URL of this page. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoUrlName")] public virtual string UmbracoUrlName => GetUmbracoUrlName(this, _publishedValueFallback); /// Static getter for Alternative name - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static string GetUmbracoUrlName(IGlobalPageNavigationSetting that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "umbracoUrlName"); } diff --git a/uTPro/Common/uTPro.Common/Models/CMS/GlobalPageScriptSetting.generated.cs b/uTPro/Common/uTPro.Common/Models/CMS/GlobalPageScriptSetting.generated.cs index d3ba40b..1131565 100644 --- a/uTPro/Common/uTPro.Common/Models/CMS/GlobalPageScriptSetting.generated.cs +++ b/uTPro/Common/uTPro.Common/Models/CMS/GlobalPageScriptSetting.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v16.4.1+3472ff9 +// Umbraco.ModelsBuilder.Embedded v16.5.0+8b2c22a // // Changes to this file will be lost if the code is regenerated. // @@ -23,22 +23,22 @@ namespace Umbraco.Cms.Web.Common.PublishedModels public partial interface IGlobalPageScriptSetting : IPublishedContent { /// Body closing scripts - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] string BodyClosingScripts { get; } /// Body opening scripts - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] string BodyOpeningScripts { get; } /// Header closing scripts - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] string HeaderClosingScripts { get; } /// Header opening scripts - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] string HeaderOpeningScripts { get; } } @@ -49,15 +49,15 @@ public partial class GlobalPageScriptSetting : PublishedContentModel, IGlobalPag { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const string ModelTypeAlias = "globalPageScriptSetting"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -77,52 +77,52 @@ public GlobalPageScriptSetting(IPublishedContent content, IPublishedValueFallbac /// /// Body closing scripts: Anything you enter here will be placed before the closing {/body} tag on this page of your website. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("bodyClosingScripts")] public virtual string BodyClosingScripts => GetBodyClosingScripts(this, _publishedValueFallback); /// Static getter for Body closing scripts - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static string GetBodyClosingScripts(IGlobalPageScriptSetting that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "bodyClosingScripts"); /// /// Body opening scripts: Anything you enter here will be placed after the opening {body} tag on this page of your website. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("bodyOpeningScripts")] public virtual string BodyOpeningScripts => GetBodyOpeningScripts(this, _publishedValueFallback); /// Static getter for Body opening scripts - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static string GetBodyOpeningScripts(IGlobalPageScriptSetting that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "bodyOpeningScripts"); /// /// Header closing scripts: Anything you enter here will be placed before the closing {/head} tag on this page of your website. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("headerClosingScripts")] public virtual string HeaderClosingScripts => GetHeaderClosingScripts(this, _publishedValueFallback); /// Static getter for Header closing scripts - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static string GetHeaderClosingScripts(IGlobalPageScriptSetting that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "headerClosingScripts"); /// /// Header opening scripts: Anything you enter here will be placed after the opening {head} tag on this page of your website. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("headerOpeningScripts")] public virtual string HeaderOpeningScripts => GetHeaderOpeningScripts(this, _publishedValueFallback); /// Static getter for Header opening scripts - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static string GetHeaderOpeningScripts(IGlobalPageScriptSetting that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "headerOpeningScripts"); } diff --git a/uTPro/Common/uTPro.Common/Models/CMS/GlobalPageSitemapSetting.generated.cs b/uTPro/Common/uTPro.Common/Models/CMS/GlobalPageSitemapSetting.generated.cs index 43d90c3..13d8513 100644 --- a/uTPro/Common/uTPro.Common/Models/CMS/GlobalPageSitemapSetting.generated.cs +++ b/uTPro/Common/uTPro.Common/Models/CMS/GlobalPageSitemapSetting.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v16.4.1+3472ff9 +// Umbraco.ModelsBuilder.Embedded v16.5.0+8b2c22a // // Changes to this file will be lost if the code is regenerated. // @@ -23,24 +23,24 @@ namespace Umbraco.Cms.Web.Common.PublishedModels public partial interface IGlobalPageSitemapSetting : IPublishedElement { /// Hidden Sitemap - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] bool SitemapHiddenSitemap { get; } /// Hidden their children - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] bool SitemapHiddenTheirChildren { get; } /// Stop internal links being followed - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] bool SitemapStopInternalLinksBeingFollowed { get; } /// Sitemap XML change frequency - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] string SitemapXmlChangeFrequency { get; } /// Sitemap XML Priority - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] decimal SitemapXmlPriority { get; } } @@ -50,15 +50,15 @@ public partial class GlobalPageSitemapSetting : PublishedElementModel, IGlobalPa { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const string ModelTypeAlias = "globalPageSitemapSetting"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -78,58 +78,58 @@ public GlobalPageSitemapSetting(IPublishedElement content, IPublishedValueFallba /// /// Hidden Sitemap: This will add a 'noindex' meta tag to your page which stops it being indexed by search engines. This will also exclude this page from your sitemap.xml /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("sitemapHiddenSitemap")] public virtual bool SitemapHiddenSitemap => GetSitemapHiddenSitemap(this, _publishedValueFallback); /// Static getter for Hidden Sitemap - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public static bool GetSitemapHiddenSitemap(IGlobalPageSitemapSetting that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "sitemapHiddenSitemap"); /// /// Hidden their children: This will also exclude all page children from your sitemap.xml /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("sitemapHiddenTheirChildren")] public virtual bool SitemapHiddenTheirChildren => GetSitemapHiddenTheirChildren(this, _publishedValueFallback); /// Static getter for Hidden their children - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public static bool GetSitemapHiddenTheirChildren(IGlobalPageSitemapSetting that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "sitemapHiddenTheirChildren"); /// /// Stop internal links being followed: This will add a 'nofollow' meta tag to your page which prevents search engine spiders from following links on this page. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("sitemapStopInternalLinksBeingFollowed")] public virtual bool SitemapStopInternalLinksBeingFollowed => GetSitemapStopInternalLinksBeingFollowed(this, _publishedValueFallback); /// Static getter for Stop internal links being followed - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public static bool GetSitemapStopInternalLinksBeingFollowed(IGlobalPageSitemapSetting that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "sitemapStopInternalLinksBeingFollowed"); /// /// Sitemap XML change frequency /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("sitemapXmlChangeFrequency")] public virtual string SitemapXmlChangeFrequency => GetSitemapXmlChangeFrequency(this, _publishedValueFallback); /// Static getter for Sitemap XML change frequency - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static string GetSitemapXmlChangeFrequency(IGlobalPageSitemapSetting that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "sitemapXmlChangeFrequency"); /// /// Sitemap XML Priority: Value between: 0-1 BUT IF THE VALUE IS A NUMBER {0 IT WILL AUTOMATICALLY NUMBER BY LEVEL /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("sitemapXmlPriority")] public virtual decimal SitemapXmlPriority => GetSitemapXmlPriority(this, _publishedValueFallback); /// Static getter for Sitemap XML Priority - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public static decimal GetSitemapXmlPriority(IGlobalPageSitemapSetting that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "sitemapXmlPriority"); } } diff --git a/uTPro/Common/uTPro.Common/Models/CMS/GlobalResponsiveImageSettings.generated.cs b/uTPro/Common/uTPro.Common/Models/CMS/GlobalResponsiveImageSettings.generated.cs index 844eda8..09fdf2a 100644 --- a/uTPro/Common/uTPro.Common/Models/CMS/GlobalResponsiveImageSettings.generated.cs +++ b/uTPro/Common/uTPro.Common/Models/CMS/GlobalResponsiveImageSettings.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v16.4.1+3472ff9 +// Umbraco.ModelsBuilder.Embedded v16.5.0+8b2c22a // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class GlobalResponsiveImageSettings : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const string ModelTypeAlias = "globalResponsiveImageSettings"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,7 +52,7 @@ public GlobalResponsiveImageSettings(IPublishedContent content, IPublishedValueF /// /// Extend Sizes SrcSet: Additional dimensions used for the img tag's srcset data If not entered, default will only take 3 sizes for srcset /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("repImgExtendSizesSrcSet")] public virtual global::System.Collections.Generic.IEnumerable RepImgExtendSizesSrcSet => this.Value>(_publishedValueFallback, "repImgExtendSizesSrcSet"); @@ -60,28 +60,28 @@ public GlobalResponsiveImageSettings(IPublishedContent content, IPublishedValueF /// /// Max Width Desktop (px): Default: 1920px /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("repImgMaxWidthDesktop")] public virtual int RepImgMaxWidthDesktop => this.Value(_publishedValueFallback, "repImgMaxWidthDesktop"); /// /// Max Width Mobile (px): Default: 768px /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("repImgMaxWidthMobile")] public virtual int RepImgMaxWidthMobile => this.Value(_publishedValueFallback, "repImgMaxWidthMobile"); /// /// Max Width Table (px): Default: 1024px /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("repImgMaxWidthTable")] public virtual int RepImgMaxWidthTable => this.Value(_publishedValueFallback, "repImgMaxWidthTable"); /// /// Turn Off Responsive Image: Turn on: Image url links will be resized and converted to .webp format. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("repImgTurnOffResponsiveImage")] public virtual bool RepImgTurnOffResponsiveImage => this.Value(_publishedValueFallback, "repImgTurnOffResponsiveImage"); } diff --git a/uTPro/Common/uTPro.Common/Models/CMS/GlobalRoot.generated.cs b/uTPro/Common/uTPro.Common/Models/CMS/GlobalRoot.generated.cs index 6631dc0..9be24bd 100644 --- a/uTPro/Common/uTPro.Common/Models/CMS/GlobalRoot.generated.cs +++ b/uTPro/Common/uTPro.Common/Models/CMS/GlobalRoot.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v16.4.1+3472ff9 +// Umbraco.ModelsBuilder.Embedded v16.5.0+8b2c22a // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class GlobalRoot : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const string ModelTypeAlias = "globalRoot"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); diff --git a/uTPro/Common/uTPro.Common/Models/CMS/GlobalSiteSettings.generated.cs b/uTPro/Common/uTPro.Common/Models/CMS/GlobalSiteSettings.generated.cs index 67913e7..e48ea36 100644 --- a/uTPro/Common/uTPro.Common/Models/CMS/GlobalSiteSettings.generated.cs +++ b/uTPro/Common/uTPro.Common/Models/CMS/GlobalSiteSettings.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v16.4.1+3472ff9 +// Umbraco.ModelsBuilder.Embedded v16.5.0+8b2c22a // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class GlobalSiteSettings : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const string ModelTypeAlias = "globalSiteSettings"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,7 +52,7 @@ public GlobalSiteSettings(IPublishedContent content, IPublishedValueFallback pub /// /// Favicon.ico /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("siteSettingsfaviconIco")] public virtual global::Umbraco.Cms.Core.Models.MediaWithCrops SiteSettingsfaviconIco => this.Value(_publishedValueFallback, "siteSettingsfaviconIco"); @@ -60,7 +60,7 @@ public GlobalSiteSettings(IPublishedContent content, IPublishedValueFallback pub /// /// Logo /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("siteSettingsLogo")] public virtual global::Umbraco.Cms.Core.Models.MediaWithCrops SiteSettingsLogo => this.Value(_publishedValueFallback, "siteSettingsLogo"); @@ -68,7 +68,7 @@ public GlobalSiteSettings(IPublishedContent content, IPublishedValueFallback pub /// /// Title Suffix /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("siteSettingsTitleSuffix")] public virtual string SiteSettingsTitleSuffix => this.Value(_publishedValueFallback, "siteSettingsTitleSuffix"); diff --git a/uTPro/Common/uTPro.Common/Models/CMS/GlobalSitemapRobotsSettings.generated.cs b/uTPro/Common/uTPro.Common/Models/CMS/GlobalSitemapRobotsSettings.generated.cs index d7c82ad..7aab052 100644 --- a/uTPro/Common/uTPro.Common/Models/CMS/GlobalSitemapRobotsSettings.generated.cs +++ b/uTPro/Common/uTPro.Common/Models/CMS/GlobalSitemapRobotsSettings.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v16.4.1+3472ff9 +// Umbraco.ModelsBuilder.Embedded v16.5.0+8b2c22a // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class GlobalSitemapRobotsSettings : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const string ModelTypeAlias = "globalSitemapRobotsSettings"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,7 +52,7 @@ public GlobalSitemapRobotsSettings(IPublishedContent content, IPublishedValueFal /// /// Content /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("robotstxtContent")] public virtual string RobotstxtContent => this.Value(_publishedValueFallback, "robotstxtContent"); @@ -60,7 +60,7 @@ public GlobalSitemapRobotsSettings(IPublishedContent content, IPublishedValueFal /// /// Ignored Document Types: Content based on these document types will be ignored on the sitemap use alias of the document types /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("sitemapIgnoredDocumentTypes")] public virtual global::System.Collections.Generic.IEnumerable SitemapIgnoredDocumentTypes => this.Value>(_publishedValueFallback, "sitemapIgnoredDocumentTypes"); @@ -68,7 +68,7 @@ public GlobalSitemapRobotsSettings(IPublishedContent content, IPublishedValueFal /// /// Max Sitemap Depth: Limit the number of items retrieved in the sitemap /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("sitemapMaxSitemapDepth")] public virtual int SitemapMaxSitemapDepth => this.Value(_publishedValueFallback, "sitemapMaxSitemapDepth"); } diff --git a/uTPro/Common/uTPro.Common/Models/CMS/GlobalSmtpSettings.generated.cs b/uTPro/Common/uTPro.Common/Models/CMS/GlobalSmtpSettings.generated.cs index 5fd1334..069a097 100644 --- a/uTPro/Common/uTPro.Common/Models/CMS/GlobalSmtpSettings.generated.cs +++ b/uTPro/Common/uTPro.Common/Models/CMS/GlobalSmtpSettings.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v16.4.1+3472ff9 +// Umbraco.ModelsBuilder.Embedded v16.5.0+8b2c22a // // Changes to this file will be lost if the code is regenerated. // @@ -23,31 +23,31 @@ namespace Umbraco.Cms.Web.Common.PublishedModels public partial interface IGlobalSmtpSettings : IPublishedContent { /// Credential Password - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] string SmtpCredentialPassword { get; } /// Credential Username - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] string SmtpCredentialUsername { get; } /// Email From - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] string SmtpEmailFrom { get; } /// Enable Ssl - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] bool SmtpEnableSsl { get; } /// Host - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] string SmtpHost { get; } /// Port - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] int SmtpPort { get; } } @@ -57,15 +57,15 @@ public partial class GlobalSmtpSettings : PublishedContentModel, IGlobalSmtpSett { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const string ModelTypeAlias = "globalSmtpSettings"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -85,75 +85,75 @@ public GlobalSmtpSettings(IPublishedContent content, IPublishedValueFallback pub /// /// Credential Password /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("smtpCredentialPassword")] public virtual string SmtpCredentialPassword => GetSmtpCredentialPassword(this, _publishedValueFallback); /// Static getter for Credential Password - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static string GetSmtpCredentialPassword(IGlobalSmtpSettings that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "smtpCredentialPassword"); /// /// Credential Username /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("smtpCredentialUsername")] public virtual string SmtpCredentialUsername => GetSmtpCredentialUsername(this, _publishedValueFallback); /// Static getter for Credential Username - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static string GetSmtpCredentialUsername(IGlobalSmtpSettings that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "smtpCredentialUsername"); /// /// Email From /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("smtpEmailFrom")] public virtual string SmtpEmailFrom => GetSmtpEmailFrom(this, _publishedValueFallback); /// Static getter for Email From - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static string GetSmtpEmailFrom(IGlobalSmtpSettings that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "smtpEmailFrom"); /// /// Enable Ssl /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("smtpEnableSsl")] public virtual bool SmtpEnableSsl => GetSmtpEnableSsl(this, _publishedValueFallback); /// Static getter for Enable Ssl - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public static bool GetSmtpEnableSsl(IGlobalSmtpSettings that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "smtpEnableSsl"); /// /// Host /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("smtpHost")] public virtual string SmtpHost => GetSmtpHost(this, _publishedValueFallback); /// Static getter for Host - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static string GetSmtpHost(IGlobalSmtpSettings that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "smtpHost"); /// /// Port /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("smtpPort")] public virtual int SmtpPort => GetSmtpPort(this, _publishedValueFallback); /// Static getter for Port - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public static int GetSmtpPort(IGlobalSmtpSettings that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "smtpPort"); } } diff --git a/uTPro/Common/uTPro.Common/Models/CMS/Image.generated.cs b/uTPro/Common/uTPro.Common/Models/CMS/Image.generated.cs index 82990a1..d00d785 100644 --- a/uTPro/Common/uTPro.Common/Models/CMS/Image.generated.cs +++ b/uTPro/Common/uTPro.Common/Models/CMS/Image.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v16.4.1+3472ff9 +// Umbraco.ModelsBuilder.Embedded v16.5.0+8b2c22a // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class Image : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const string ModelTypeAlias = "Image"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const PublishedItemType ModelItemType = PublishedItemType.Media; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,14 +52,14 @@ public Image(IPublishedContent content, IPublishedValueFallback publishedValueFa /// /// File size /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("umbracoBytes")] public virtual long UmbracoBytes => this.Value(_publishedValueFallback, "umbracoBytes"); /// /// File extension /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoExtension")] public virtual string UmbracoExtension => this.Value(_publishedValueFallback, "umbracoExtension"); @@ -67,7 +67,7 @@ public Image(IPublishedContent content, IPublishedValueFallback publishedValueFa /// /// Image /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoFile")] public virtual global::Umbraco.Cms.Core.PropertyEditors.ValueConverters.ImageCropperValue UmbracoFile => this.Value(_publishedValueFallback, "umbracoFile"); @@ -75,14 +75,14 @@ public Image(IPublishedContent content, IPublishedValueFallback publishedValueFa /// /// Height /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("umbracoHeight")] public virtual int UmbracoHeight => this.Value(_publishedValueFallback, "umbracoHeight"); /// /// Width /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("umbracoWidth")] public virtual int UmbracoWidth => this.Value(_publishedValueFallback, "umbracoWidth"); } diff --git a/uTPro/Common/uTPro.Common/Models/CMS/Member.generated.cs b/uTPro/Common/uTPro.Common/Models/CMS/Member.generated.cs index 0fa8673..d16ca0e 100644 --- a/uTPro/Common/uTPro.Common/Models/CMS/Member.generated.cs +++ b/uTPro/Common/uTPro.Common/Models/CMS/Member.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v16.4.1+3472ff9 +// Umbraco.ModelsBuilder.Embedded v16.5.0+8b2c22a // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class Member : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const string ModelTypeAlias = "Member"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const PublishedItemType ModelItemType = PublishedItemType.Member; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,7 +52,7 @@ public Member(IPublishedContent content, IPublishedValueFallback publishedValueF /// /// Comments /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoMemberComments")] public virtual string UmbracoMemberComments => this.Value(_publishedValueFallback, "umbracoMemberComments"); diff --git a/uTPro/Common/uTPro.Common/Models/CMS/UTpro__BannerHeader.generated.cs b/uTPro/Common/uTPro.Common/Models/CMS/UTpro__BannerHeader.generated.cs index 0dc3e8e..957dded 100644 --- a/uTPro/Common/uTPro.Common/Models/CMS/UTpro__BannerHeader.generated.cs +++ b/uTPro/Common/uTPro.Common/Models/CMS/UTpro__BannerHeader.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v16.4.1+3472ff9 +// Umbraco.ModelsBuilder.Embedded v16.5.0+8b2c22a // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class UTpro__BannerHeader : PublishedElementModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const string ModelTypeAlias = "uTPro__BannerHeader"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -49,18 +49,10 @@ public UTpro__BannerHeader(IPublishedElement content, IPublishedValueFallback pu // properties - /// - /// Background Image - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] - [global::System.Diagnostics.CodeAnalysis.MaybeNull] - [ImplementPropertyType("backgroundImage")] - public virtual global::Umbraco.Cms.Core.Models.MediaWithCrops BackgroundImage => this.Value(_publishedValueFallback, "backgroundImage"); - /// /// Description /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("description")] public virtual string Description => this.Value(_publishedValueFallback, "description"); @@ -68,7 +60,7 @@ public UTpro__BannerHeader(IPublishedElement content, IPublishedValueFallback pu /// /// Title /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("title")] public virtual string Title => this.Value(_publishedValueFallback, "title"); diff --git a/uTPro/Common/uTPro.Common/Models/CMS/UTpro__Introduction.generated.cs b/uTPro/Common/uTPro.Common/Models/CMS/UTpro__Introduction.generated.cs new file mode 100644 index 0000000..1391fac --- /dev/null +++ b/uTPro/Common/uTPro.Common/Models/CMS/UTpro__Introduction.generated.cs @@ -0,0 +1,92 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Umbraco.ModelsBuilder.Embedded v16.5.0+8b2c22a +// +// Changes to this file will be lost if the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Linq.Expressions; +using Umbraco.Cms.Core.Models.PublishedContent; +using Umbraco.Cms.Core.PublishedCache; +using Umbraco.Cms.Infrastructure.ModelsBuilder; +using Umbraco.Cms.Core; +using Umbraco.Extensions; + +namespace Umbraco.Cms.Web.Common.PublishedModels +{ + /// uTPro - Introduction + [PublishedModel("uTPro__Introduction")] + public partial class UTpro__Introduction : PublishedElementModel + { + // helpers +#pragma warning disable 0109 // new is redundant + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] + public new const string ModelTypeAlias = "uTPro__Introduction"; + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] + public new const PublishedItemType ModelItemType = PublishedItemType.Content; + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] + [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] + public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) + => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] + [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] + public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) + => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); +#pragma warning restore 0109 + + private IPublishedValueFallback _publishedValueFallback; + + // ctor + public UTpro__Introduction(IPublishedElement content, IPublishedValueFallback publishedValueFallback) + : base(content, publishedValueFallback) + { + _publishedValueFallback = publishedValueFallback; + } + + // properties + + /// + /// Call to Action + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] + [global::System.Diagnostics.CodeAnalysis.MaybeNull] + [ImplementPropertyType("callToAction")] + public virtual global::Umbraco.Cms.Core.Models.Link CallToAction => this.Value(_publishedValueFallback, "callToAction"); + + /// + /// Description + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] + [global::System.Diagnostics.CodeAnalysis.MaybeNull] + [ImplementPropertyType("description")] + public virtual global::Umbraco.Cms.Core.Strings.IHtmlEncodedString Description => this.Value(_publishedValueFallback, "description"); + + /// + /// Highlight + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] + [global::System.Diagnostics.CodeAnalysis.MaybeNull] + [ImplementPropertyType("highlight")] + public virtual string Highlight => this.Value(_publishedValueFallback, "highlight"); + + /// + /// Special + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] + [global::System.Diagnostics.CodeAnalysis.MaybeNull] + [ImplementPropertyType("special")] + public virtual global::Umbraco.Cms.Core.Strings.IHtmlEncodedString Special => this.Value(_publishedValueFallback, "special"); + + /// + /// Title + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] + [global::System.Diagnostics.CodeAnalysis.MaybeNull] + [ImplementPropertyType("title")] + public virtual string Title => this.Value(_publishedValueFallback, "title"); + } +} diff --git a/uTPro/Common/uTPro.Common/Models/CMS/UTpro__PageHome.generated.cs b/uTPro/Common/uTPro.Common/Models/CMS/UTpro__PageHome.generated.cs index 0b74cac..a1637a7 100644 --- a/uTPro/Common/uTPro.Common/Models/CMS/UTpro__PageHome.generated.cs +++ b/uTPro/Common/uTPro.Common/Models/CMS/UTpro__PageHome.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v16.4.1+3472ff9 +// Umbraco.ModelsBuilder.Embedded v16.5.0+8b2c22a // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class UTpro__PageHome : PublishedContentModel, IGlobalPageHeadMet { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const string ModelTypeAlias = "uTPro__PageHome"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,7 +52,7 @@ public UTpro__PageHome(IPublishedContent content, IPublishedValueFallback publis /// /// Content /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("content")] public virtual global::Umbraco.Cms.Core.Models.Blocks.BlockGridModel Content => this.Value(_publishedValueFallback, "content"); @@ -60,7 +60,7 @@ public UTpro__PageHome(IPublishedContent content, IPublishedValueFallback publis /// /// Keywords: Type to add tags (press ENTER after each tag) /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("headKeywords")] public virtual global::System.Collections.Generic.IEnumerable HeadKeywords => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageHeadMetaSetting.GetHeadKeywords(this, _publishedValueFallback); @@ -68,7 +68,7 @@ public UTpro__PageHome(IPublishedContent content, IPublishedValueFallback publis /// /// Social Share Image: The image used when someone shares the page on social media, such as, Twitter or Facebook. We suggest that you use an image of at least 1200x630 pixels. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("headSocialShareImage")] public virtual global::Umbraco.Cms.Core.Models.MediaWithCrops HeadSocialShareImage => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageHeadMetaSetting.GetHeadSocialShareImage(this, _publishedValueFallback); @@ -76,7 +76,7 @@ public UTpro__PageHome(IPublishedContent content, IPublishedValueFallback publis /// /// Title and Description: This is a preview of how your page may appear in search engines. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("headTitleAndDescription")] public virtual global::SeoVisualizer.SeoValues HeadTitleAndDescription => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageHeadMetaSetting.GetHeadTitleAndDescription(this, _publishedValueFallback); @@ -84,7 +84,7 @@ public UTpro__PageHome(IPublishedContent content, IPublishedValueFallback publis /// /// Facebook App ID /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("facebookAppId")] public virtual string FacebookAppId => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageHeadSocialMetaSetting.GetFacebookAppId(this, _publishedValueFallback); @@ -92,7 +92,7 @@ public UTpro__PageHome(IPublishedContent content, IPublishedValueFallback publis /// /// Description /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("ogDescription")] public virtual string OgDescription => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageHeadSocialMetaSetting.GetOgDescription(this, _publishedValueFallback); @@ -100,7 +100,7 @@ public UTpro__PageHome(IPublishedContent content, IPublishedValueFallback publis /// /// Image: The URL of the image that appears when someone shares the content to Facebook. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("ogImage")] public virtual global::Umbraco.Cms.Core.Models.MediaWithCrops OgImage => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageHeadSocialMetaSetting.GetOgImage(this, _publishedValueFallback); @@ -108,7 +108,7 @@ public UTpro__PageHome(IPublishedContent content, IPublishedValueFallback publis /// /// Title: The title of your article without any branding such as your site name. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("ogTitle")] public virtual string OgTitle => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageHeadSocialMetaSetting.GetOgTitle(this, _publishedValueFallback); @@ -116,7 +116,7 @@ public UTpro__PageHome(IPublishedContent content, IPublishedValueFallback publis /// /// Type: The type of media of your content. This tag impacts how your content shows up in News Feed. If you don't specify a type,the default is website. Each URL should be a single object, so multiple og:type values are not possible. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("ogType")] public virtual string OgType => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageHeadSocialMetaSetting.GetOgType(this, _publishedValueFallback); @@ -124,7 +124,7 @@ public UTpro__PageHome(IPublishedContent content, IPublishedValueFallback publis /// /// Card Type: Select the twitter card type you need to use. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("twitterCardType")] public virtual string TwitterCardType => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageHeadSocialMetaSetting.GetTwitterCardType(this, _publishedValueFallback); @@ -132,7 +132,7 @@ public UTpro__PageHome(IPublishedContent content, IPublishedValueFallback publis /// /// Description: A description that concisely summarizes the content as appropriate for presentation within a Tweet. You should not re-use the title as the description or use this field to describe the general services provided by the website. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("twitterDescription")] public virtual string TwitterDescription => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageHeadSocialMetaSetting.GetTwitterDescription(this, _publishedValueFallback); @@ -140,7 +140,7 @@ public UTpro__PageHome(IPublishedContent content, IPublishedValueFallback publis /// /// Image: A URL to a unique image representing the content of the page. You should not use a generic image such as your website logo, author photo, or other image that spans multiple pages. Images for this Card support an aspect ratio of 2:1 with minimum dimensions of 300x157 or maximum of 4096x4096 pixels. Images must be less than 5MB in size. JPG, PNG, WEBP and GIF formats are supported. Only the first frame of an animated GIF will be used. SVG is not supported. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("twitterImage")] public virtual global::Umbraco.Cms.Core.Models.MediaWithCrops TwitterImage => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageHeadSocialMetaSetting.GetTwitterImage(this, _publishedValueFallback); @@ -148,7 +148,7 @@ public UTpro__PageHome(IPublishedContent content, IPublishedValueFallback publis /// /// Image Alt: A text description of the image conveying the essential nature of an image to users who are visually impaired. Maximum 420 characters. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("twitterImageAlt")] public virtual string TwitterImageAlt => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageHeadSocialMetaSetting.GetTwitterImageAlt(this, _publishedValueFallback); @@ -156,7 +156,7 @@ public UTpro__PageHome(IPublishedContent content, IPublishedValueFallback publis /// /// Site: The Twitter @username the card should be attributed to. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("twitterSite")] public virtual string TwitterSite => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageHeadSocialMetaSetting.GetTwitterSite(this, _publishedValueFallback); @@ -164,7 +164,7 @@ public UTpro__PageHome(IPublishedContent content, IPublishedValueFallback publis /// /// Title: A concise title for the related content. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("twitterTitle")] public virtual string TwitterTitle => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageHeadSocialMetaSetting.GetTwitterTitle(this, _publishedValueFallback); @@ -172,7 +172,7 @@ public UTpro__PageHome(IPublishedContent content, IPublishedValueFallback publis /// /// Navigation Link /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("navigationLink")] public virtual global::Umbraco.Cms.Core.Models.PublishedContent.IPublishedContent NavigationLink => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageNavigationConfigSettingForHomePage.GetNavigationLink(this, _publishedValueFallback); @@ -180,7 +180,7 @@ public UTpro__PageHome(IPublishedContent content, IPublishedValueFallback publis /// /// Page Not Found /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("pageNotFound")] public virtual global::Umbraco.Cms.Core.Models.PublishedContent.IPublishedContent PageNotFound => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageNavigationConfigSettingForHomePage.GetPageNotFound(this, _publishedValueFallback); @@ -188,7 +188,7 @@ public UTpro__PageHome(IPublishedContent content, IPublishedValueFallback publis /// /// Content Redirect: Use when you want to serve content from another node without affecting the visible URL. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoInternalRedirectId")] public virtual global::Umbraco.Cms.Core.Models.PublishedContent.IPublishedContent UmbracoInternalRedirectId => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageNavigationSetting.GetUmbracoInternalRedirectId(this, _publishedValueFallback); @@ -196,7 +196,7 @@ public UTpro__PageHome(IPublishedContent content, IPublishedValueFallback publis /// /// Url Redirect: Use when you want users and search engines to be redirected to a different URL (302 temporary redirect). /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoRedirect")] public virtual global::Umbraco.Cms.Core.Models.PublishedContent.IPublishedContent UmbracoRedirect => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageNavigationSetting.GetUmbracoRedirect(this, _publishedValueFallback); @@ -204,7 +204,7 @@ public UTpro__PageHome(IPublishedContent content, IPublishedValueFallback publis /// /// Alternative URL: Use this field to provide multiple URLs for your page. Please note that the values you use must be lowercase, not use a leading slash and not use a file extension. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoUrlAlias")] public virtual string UmbracoUrlAlias => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageNavigationSetting.GetUmbracoUrlAlias(this, _publishedValueFallback); @@ -212,7 +212,7 @@ public UTpro__PageHome(IPublishedContent content, IPublishedValueFallback publis /// /// Alternative name: Use this field to set an alternative name for your page. This will override the default node name that is used as the URL of this page. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoUrlName")] public virtual string UmbracoUrlName => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageNavigationSetting.GetUmbracoUrlName(this, _publishedValueFallback); @@ -220,7 +220,7 @@ public UTpro__PageHome(IPublishedContent content, IPublishedValueFallback publis /// /// Body closing scripts: Anything you enter here will be placed before the closing {/body} tag on this page of your website. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("bodyClosingScripts")] public virtual string BodyClosingScripts => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageScriptSetting.GetBodyClosingScripts(this, _publishedValueFallback); @@ -228,7 +228,7 @@ public UTpro__PageHome(IPublishedContent content, IPublishedValueFallback publis /// /// Body opening scripts: Anything you enter here will be placed after the opening {body} tag on this page of your website. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("bodyOpeningScripts")] public virtual string BodyOpeningScripts => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageScriptSetting.GetBodyOpeningScripts(this, _publishedValueFallback); @@ -236,7 +236,7 @@ public UTpro__PageHome(IPublishedContent content, IPublishedValueFallback publis /// /// Header closing scripts: Anything you enter here will be placed before the closing {/head} tag on this page of your website. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("headerClosingScripts")] public virtual string HeaderClosingScripts => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageScriptSetting.GetHeaderClosingScripts(this, _publishedValueFallback); @@ -244,7 +244,7 @@ public UTpro__PageHome(IPublishedContent content, IPublishedValueFallback publis /// /// Header opening scripts: Anything you enter here will be placed after the opening {head} tag on this page of your website. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("headerOpeningScripts")] public virtual string HeaderOpeningScripts => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageScriptSetting.GetHeaderOpeningScripts(this, _publishedValueFallback); @@ -252,28 +252,28 @@ public UTpro__PageHome(IPublishedContent content, IPublishedValueFallback publis /// /// Hidden Sitemap: This will add a 'noindex' meta tag to your page which stops it being indexed by search engines. This will also exclude this page from your sitemap.xml /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("sitemapHiddenSitemap")] public virtual bool SitemapHiddenSitemap => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageSitemapSetting.GetSitemapHiddenSitemap(this, _publishedValueFallback); /// /// Hidden their children: This will also exclude all page children from your sitemap.xml /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("sitemapHiddenTheirChildren")] public virtual bool SitemapHiddenTheirChildren => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageSitemapSetting.GetSitemapHiddenTheirChildren(this, _publishedValueFallback); /// /// Stop internal links being followed: This will add a 'nofollow' meta tag to your page which prevents search engine spiders from following links on this page. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("sitemapStopInternalLinksBeingFollowed")] public virtual bool SitemapStopInternalLinksBeingFollowed => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageSitemapSetting.GetSitemapStopInternalLinksBeingFollowed(this, _publishedValueFallback); /// /// Sitemap XML change frequency /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("sitemapXmlChangeFrequency")] public virtual string SitemapXmlChangeFrequency => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageSitemapSetting.GetSitemapXmlChangeFrequency(this, _publishedValueFallback); @@ -281,7 +281,7 @@ public UTpro__PageHome(IPublishedContent content, IPublishedValueFallback publis /// /// Sitemap XML Priority: Value between: 0-1 BUT IF THE VALUE IS A NUMBER {0 IT WILL AUTOMATICALLY NUMBER BY LEVEL /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("sitemapXmlPriority")] public virtual decimal SitemapXmlPriority => global::Umbraco.Cms.Web.Common.PublishedModels.GlobalPageSitemapSetting.GetSitemapXmlPriority(this, _publishedValueFallback); } diff --git a/uTPro/Common/uTPro.Common/Models/CMS/UmbracoMediaArticle.generated.cs b/uTPro/Common/uTPro.Common/Models/CMS/UmbracoMediaArticle.generated.cs index b1b474a..3ea5f0d 100644 --- a/uTPro/Common/uTPro.Common/Models/CMS/UmbracoMediaArticle.generated.cs +++ b/uTPro/Common/uTPro.Common/Models/CMS/UmbracoMediaArticle.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v16.4.1+3472ff9 +// Umbraco.ModelsBuilder.Embedded v16.5.0+8b2c22a // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class UmbracoMediaArticle : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const string ModelTypeAlias = "umbracoMediaArticle"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const PublishedItemType ModelItemType = PublishedItemType.Media; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,14 +52,14 @@ public UmbracoMediaArticle(IPublishedContent content, IPublishedValueFallback pu /// /// File size /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("umbracoBytes")] public virtual long UmbracoBytes => this.Value(_publishedValueFallback, "umbracoBytes"); /// /// File extension /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoExtension")] public virtual string UmbracoExtension => this.Value(_publishedValueFallback, "umbracoExtension"); @@ -67,7 +67,7 @@ public UmbracoMediaArticle(IPublishedContent content, IPublishedValueFallback pu /// /// Article /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoFile")] public virtual string UmbracoFile => this.Value(_publishedValueFallback, "umbracoFile"); diff --git a/uTPro/Common/uTPro.Common/Models/CMS/UmbracoMediaAudio.generated.cs b/uTPro/Common/uTPro.Common/Models/CMS/UmbracoMediaAudio.generated.cs index 5c37474..2a5ca59 100644 --- a/uTPro/Common/uTPro.Common/Models/CMS/UmbracoMediaAudio.generated.cs +++ b/uTPro/Common/uTPro.Common/Models/CMS/UmbracoMediaAudio.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v16.4.1+3472ff9 +// Umbraco.ModelsBuilder.Embedded v16.5.0+8b2c22a // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class UmbracoMediaAudio : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const string ModelTypeAlias = "umbracoMediaAudio"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const PublishedItemType ModelItemType = PublishedItemType.Media; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,14 +52,14 @@ public UmbracoMediaAudio(IPublishedContent content, IPublishedValueFallback publ /// /// File size /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("umbracoBytes")] public virtual long UmbracoBytes => this.Value(_publishedValueFallback, "umbracoBytes"); /// /// File extension /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoExtension")] public virtual string UmbracoExtension => this.Value(_publishedValueFallback, "umbracoExtension"); @@ -67,7 +67,7 @@ public UmbracoMediaAudio(IPublishedContent content, IPublishedValueFallback publ /// /// Audio /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoFile")] public virtual string UmbracoFile => this.Value(_publishedValueFallback, "umbracoFile"); diff --git a/uTPro/Common/uTPro.Common/Models/CMS/UmbracoMediaVectorGraphics.generated.cs b/uTPro/Common/uTPro.Common/Models/CMS/UmbracoMediaVectorGraphics.generated.cs index 2dfca98..de4ffe8 100644 --- a/uTPro/Common/uTPro.Common/Models/CMS/UmbracoMediaVectorGraphics.generated.cs +++ b/uTPro/Common/uTPro.Common/Models/CMS/UmbracoMediaVectorGraphics.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v16.4.1+3472ff9 +// Umbraco.ModelsBuilder.Embedded v16.5.0+8b2c22a // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class UmbracoMediaVectorGraphics : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const string ModelTypeAlias = "umbracoMediaVectorGraphics"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const PublishedItemType ModelItemType = PublishedItemType.Media; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,14 +52,14 @@ public UmbracoMediaVectorGraphics(IPublishedContent content, IPublishedValueFall /// /// File size /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("umbracoBytes")] public virtual long UmbracoBytes => this.Value(_publishedValueFallback, "umbracoBytes"); /// /// File extension /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoExtension")] public virtual string UmbracoExtension => this.Value(_publishedValueFallback, "umbracoExtension"); @@ -67,7 +67,7 @@ public UmbracoMediaVectorGraphics(IPublishedContent content, IPublishedValueFall /// /// Vector Graphics /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoFile")] public virtual string UmbracoFile => this.Value(_publishedValueFallback, "umbracoFile"); diff --git a/uTPro/Common/uTPro.Common/Models/CMS/UmbracoMediaVideo.generated.cs b/uTPro/Common/uTPro.Common/Models/CMS/UmbracoMediaVideo.generated.cs index 5f6d7a3..a39b189 100644 --- a/uTPro/Common/uTPro.Common/Models/CMS/UmbracoMediaVideo.generated.cs +++ b/uTPro/Common/uTPro.Common/Models/CMS/UmbracoMediaVideo.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v16.4.1+3472ff9 +// Umbraco.ModelsBuilder.Embedded v16.5.0+8b2c22a // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class UmbracoMediaVideo : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const string ModelTypeAlias = "umbracoMediaVideo"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] public new const PublishedItemType ModelItemType = PublishedItemType.Media; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,14 +52,14 @@ public UmbracoMediaVideo(IPublishedContent content, IPublishedValueFallback publ /// /// File size /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [ImplementPropertyType("umbracoBytes")] public virtual long UmbracoBytes => this.Value(_publishedValueFallback, "umbracoBytes"); /// /// File extension /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoExtension")] public virtual string UmbracoExtension => this.Value(_publishedValueFallback, "umbracoExtension"); @@ -67,7 +67,7 @@ public UmbracoMediaVideo(IPublishedContent content, IPublishedValueFallback publ /// /// Video /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.4.1+3472ff9")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "16.5.0+8b2c22a")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoFile")] public virtual string UmbracoFile => this.Value(_publishedValueFallback, "umbracoFile"); diff --git a/uTPro/Common/uTPro.Common/uTPro.Common.csproj b/uTPro/Common/uTPro.Common/uTPro.Common.csproj index 27ac347..4c7d449 100644 --- a/uTPro/Common/uTPro.Common/uTPro.Common.csproj +++ b/uTPro/Common/uTPro.Common/uTPro.Common.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/uTPro/Project/uTPro.Project.Web/Program.cs b/uTPro/Project/uTPro.Project.Web/Program.cs index e59bdfe..1d8b6e0 100644 --- a/uTPro/Project/uTPro.Project.Web/Program.cs +++ b/uTPro/Project/uTPro.Project.Web/Program.cs @@ -19,7 +19,10 @@ .AddBlockPreview(options => { options.BlockGrid.Enabled = true; - options.BlockGrid.Stylesheet = "/assets/css/blockgridlayout-backoffice.css"; + options.BlockGrid.Stylesheets = new() { + "/assets/css/blockgridlayout-backoffice.css", + "/css/uTPro/main.css" + }; }); umbracoBuilder.Build(); diff --git a/uTPro/Project/uTPro.Project.Web/Views/Partials/blockgrid/Components/globalOneColumnSection.cshtml b/uTPro/Project/uTPro.Project.Web/Views/Partials/blockgrid/Components/globalOneColumnSection.cshtml index 1b9c4d8..b2173de 100644 --- a/uTPro/Project/uTPro.Project.Web/Views/Partials/blockgrid/Components/globalOneColumnSection.cshtml +++ b/uTPro/Project/uTPro.Project.Web/Views/Partials/blockgrid/Components/globalOneColumnSection.cshtml @@ -1,12 +1,52 @@ @using Umbraco.Cms.Core.Models.Blocks @inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage> @{ - var bkgImage = Model.Content.BackgroundImage?.Url() ?? ""; - var bkgImageCss = string.IsNullOrEmpty(bkgImage) ? "" : $"background-image: url('{bkgImage}');"; - + var bkg = string.Empty; + var bkgImg = Model.Content.BackgroundImage?.Url() ?? ""; + var bkgColor = Model.Content.BackgroundColor ?? ""; + if (!string.IsNullOrEmpty(bkgImg)) + { + if (!string.IsNullOrEmpty(bkgColor) && Model.Content.BackgroundOpacity < 1) + { + var color = ColorHelper.HexToRgb(Model.Content.BackgroundColor); + if (color != null) + { + bkg = $@" +--section-bg-color:rgba({color.Value.R}, {color.Value.G}, {color.Value.B}, {Model.Content.BackgroundOpacity.ToString(System.Globalization.CultureInfo.InvariantCulture)}); +--section-bg-url:url('{bkgImg}'); +background-image:linear-gradient(var(--section-bg-color), var(--section-bg-color)), var(--section-bg-url); +background-position: bottom center;"; + + } + } + else + { + bkg = $@" +--section-bg-url:url('{bkgImg}'); +background-image:var(--section-bg-url); +background-position: bottom center;"; + } + } + else + { + if (!string.IsNullOrEmpty(bkgColor)) + { + bkg = $@" +--section-bg-color:{bkgColor}; +background-color:var(--section-bg-color);"; + if (Model.Content.BackgroundOpacity < 1) + { + var color = ColorHelper.HexToRgb(Model.Content.BackgroundColor); + if (color != null) + { + bkg = $@" +--section-bg-color:rgba({color.Value.R}, {color.Value.G}, {color.Value.B}, {Model.Content.BackgroundOpacity.ToString(System.Globalization.CultureInfo.InvariantCulture)}); +background-color:var(--section-bg-color);"; + } + } + } + } } -@ColorHelper.HexToRgb(Model.Content.BackgroundColor) -@Model.Content.BackgroundColor -
+
@await Html.GetPreviewBlockGridItemAreasHtmlAsync(Model)
diff --git a/uTPro/Project/uTPro.Project.Web/Views/Partials/blockgrid/items.cshtml b/uTPro/Project/uTPro.Project.Web/Views/Partials/blockgrid/items.cshtml index 7d9b9aa..dfd52d1 100644 --- a/uTPro/Project/uTPro.Project.Web/Views/Partials/blockgrid/items.cshtml +++ b/uTPro/Project/uTPro.Project.Web/Views/Partials/blockgrid/items.cshtml @@ -3,7 +3,6 @@ @{ if (Model?.Any() != true) { return; } } -
@foreach (var item in Model) { diff --git a/uTPro/Project/uTPro.Project.Web/Views/uTPro/blockgrid/Components/BannerHeader.cshtml b/uTPro/Project/uTPro.Project.Web/Views/uTPro/blockgrid/Components/BannerHeader.cshtml index 01283e0..246c564 100644 --- a/uTPro/Project/uTPro.Project.Web/Views/uTPro/blockgrid/Components/BannerHeader.cshtml +++ b/uTPro/Project/uTPro.Project.Web/Views/uTPro/blockgrid/Components/BannerHeader.cshtml @@ -1,13 +1,7 @@ @inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage> @{ - var bkgImage = Model.Content.BackgroundImage?.Url() ?? ""; - var bkgImageCss = string.IsNullOrEmpty(bkgImage) ? "" : $"background-image: url('{bkgImage}');"; } -@if (Context.Request.IsBlockPreviewRequest()) -{ - -} -
+