Restricts the number of allowed published Umbraco child nodes either via rules defined in a config file (parent doctype - child doctype) or via a special property in a single node (limiting the number of children of any doctype).
Info
Version: | 1.0.1 |
Author(s): | Sotiris Filippidis (www.dot-see.com) |
Last Update: | Saturday, February 3, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sotirisf/Umbraco-NodeRestrict |
NuGet Url: | https://www.nuget.org/packages/DotSee.NodeRestrict |
Install
Install-Package DotSee.NodeRestrict
dotnet add package DotSee.NodeRestrict
paket add DotSee.NodeRestrict
DotSee.NodeRestrict Download (Unzip the "nupkg" after downloading)
Dependencies
- UmbracoCms.Core(>= 7.4.0)
- ClientDependency(>= 1.8.4)
- HtmlAgilityPack(>= 1.4.9.5)
- Microsoft.AspNet.Mvc(>= 5.2.3)
- Microsoft.Owin.Security(>= 3.0.1)
- Microsoft.Owin.Security.Cookies(>= 3.0.1)
- Microsoft.Owin.Security.OAuth(>= 3.0.1)
- Newtonsoft.Json(>= 6.0.8)
Tags