VirtusLab-Open-Source / strapi-plugin-navigation

A plugin for Strapi Headless CMS that provides navigation / menu builder feature with their possibility to control the audience and different output structure renderers like (flat, tree and RFR - ready for handling by Redux First Router)
MIT License
318 stars 58 forks source link

How can I get the navigation id ? #370

Closed lchhieu closed 1 year ago

lchhieu commented 1 year ago

In UI, I don't see where to find the id of navigation. I'm using the navigation id to work with strapi API Screen Shot 2023-09-07 at 14 57 49

cyp3rius commented 1 year ago

Hello @lchhieu,

Indeed good point. We're going to add selected navigation meta data somewhere to the screen.

I think for now you need to check the Network tab of your browser to check it. By default the first navigation got ID = 1 and slug main-navigation

CodeVoyager commented 1 year ago

Hi @lchhieu

There's a PR covering your request. Have a look, please.

cyp3rius commented 1 year ago

Provided in version v2.2.15