Add a disable/enable toggle to Nested Content items.
Easy setup:
Install the package
Create a new data type using the Nesting Contently editor
Add the new data type to a document type used in a Nested Content editor
Ensure the property alias is `umbracoNaviHide` - that way you'll be able to use the `.IsVisible()` extension when rendering items
Update your views to exclude disabled items
Celebrate
Seek me out and shower me in praise and riches
For more details, check out the GitHub page => https://github.com/nathanwoulfe/NestingContently.
Version 2 targets Umbraco 8, version 1 targets Umbraco 7. Nothing will explode if you install the wrong version, it just won't nest as contently as you might hope.
** Umbraco 8.4+ requires Nesting Contently 2.1.0
*** Nesting Contently 4.0.0 targets Umbraco 8 and 9 and is the preferred version going forward.