Menu manager documentation
description: in this component, you can manage the menu items, you can add, edit, remove, change the location of the item. the component was built to manage the menus in travel factory websites. the output is a JSON object which will be sent to the backend.
use cases: to add a menu item, click on the Add menu button and a popup modal will appear. you can fill it by your needs. to delete a menu item, click on the garbage icon and you will see the icon style change to transparent-line through. to edit a menu item, click on the pen icon, and a popup modal will appear with the data of the item. after the item is edited, his background color will change to blue. when any data is added/modified, click on the Save changes button. without that, the data will not be saved.