verbb / navigation

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

Is it possible to activate "open in new window" retroactively on an existing node? #334

Open Mixxey opened 1 year ago

Mixxey commented 1 year ago

Question

Hi, just a quick question since I couldn't find anything about this topic.

When I create a new node, I can activate "Open in new window" for that node (image 1). But when I edit existing nodes, this option is missing (image 2). Is there a possibility to add this option somehow, or do I need to find a custom solution (or just delete and re-create the nodes I wish to change)?

Many thanks in advance :)

Additional context

image New node with "open in new window" option image Existing node - option missing

engram-design commented 1 year ago

Things are a little different in Navigation 2 for Craft 4 where these settings are now optional. If you don't want them available to be edited, you don't have to include them. It's useful for things like omitting "Custom Attributes" or "Classes" which mean nothing to non-developers.

By default, they'll all added to new navigations, so I'll assume this is a Craft 3 upgrade, and these settings haven't been migrated over properly (the new setting fields should've been added to navigations).

You can edit the navigation settings and "Node Fields", and you'll see "Native fields" when you can place in the same tab, or even a new tab

image