Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eckinox/bolt-navigation-ui
A Bolt 5 extension that provides a user-friendly interface to manage navigations, straight from the admin section.
https://github.com/eckinox/bolt-navigation-ui
Last synced: 8 days ago
JSON representation
A Bolt 5 extension that provides a user-friendly interface to manage navigations, straight from the admin section.
- Host: GitHub
- URL: https://github.com/eckinox/bolt-navigation-ui
- Owner: eckinox
- License: mit
- Created: 2021-11-08T13:58:01.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-24T14:43:44.000Z (almost 3 years ago)
- Last Synced: 2024-10-31T23:04:14.025Z (15 days ago)
- Language: Twig
- Size: 505 KB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bolt Navigations UI
A Bolt CMS extension that adds a visual interface to update menus in Bolt's admin dashboard.
It allows end-users to update menus intuitively via a drag-and-drop interface, and to add links with a simple content search engine.
![Usage example](usage-example.gif)
---
## Installation
To get started, first make sure you're running PHP 7.2.9 or higher, as well as Bolt 5 or higher.
Then, in your project, install the extension via Composer:
```bash
composer require eckinox/bolt-navigation-ui
```Once that's done, you're all set: you can now edit your menus via the new visual interface!
---
## License
This extension is distributed by [Eckinox](https://www.eckinox.ca/) with an MIT license.