davicotico / jQuery-Menu-Editor

Multilevel Menu Editor for Bootstrap 4.x (Html & Javascript code)
https://davidticona.com/demos/jQuery-Menu-Editor/
MIT License
191 stars 86 forks source link

Limit to only one level submenu (Parent - child) #10

Closed nicolatognon94 closed 5 years ago

nicolatognon94 commented 5 years ago

Hello, I would like to restrict the user to just creating a submenu, then Parent-child. How can I do?

davicotico commented 5 years ago

Hi @nicolatognon94 Sorry, the current version does not support this feature. Will be included your suggestion for the next release. If you like this tool you can support me by rating the repository. Click on the star button at the top of the page.

nicolatognon94 commented 5 years ago

@davicotico Ok, temporarily I've solved using a recursion function in PHP. Thanks.