verbb / navigation

A Craft CMS plugin to create navigation menus for your site.
Other
90 stars 23 forks source link

New setting to restrict the number of level 1 nodes #277

Closed anchovy closed 2 years ago

anchovy commented 2 years ago

What are you trying to do? Restrict the number of level 1 nodes.

What's your proposed solution? Add a setting to restrict the number of level 1 nodes allowed. i.e. Max level 1 nodes (leave blank for unlimited)

Would work similar to the existing Max Level setting.

engram-design commented 2 years ago

FYI, duplicate of https://github.com/verbb/navigation/issues/276 which also will handle sub-item limits.

engram-design commented 2 years ago

Added for the next release. To get this early, change your verbb/navigation requirement in composer.json to:

"require": {
  "verbb/navigation": "dev-craft-4 as 2.0.8",
  "...": "..."
}

Then run composer update.