verbb / navigation

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

Make the entry select field in an 'add an entry' option required #328

Closed JayBox325 closed 1 year ago

JayBox325 commented 1 year ago

What are you trying to do?

When the client selects to add an entry, they shouldn't be able to save the item without selecting one.

To me, it's the sole aim of adding one of these items, so it should be required. I had it where a client added loads of nav items and the entries weren't selected, so the entire nav broke.

What's your proposed solution?

Make the entry select field in the Entry nav item required.

Additional context

No response

engram-design commented 1 year 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.11",
  "...": "..."
}
engram-design commented 1 year ago

2.0.12