https://github.com/psmb/psmb.flatnav
Custom flat navigation component for Neos CMS
https://github.com/psmb/psmb.flatnav
neoscms
Last synced: 9 months ago
JSON representation
Custom flat navigation component for Neos CMS
- Host: GitHub
- URL: https://github.com/psmb/psmb.flatnav
- Owner: psmb
- License: gpl-3.0
- Created: 2018-04-09T13:41:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T15:20:54.000Z (almost 2 years ago)
- Last Synced: 2024-09-18T00:42:36.328Z (over 1 year ago)
- Topics: neoscms
- Language: JavaScript
- Homepage:
- Size: 1.77 MB
- Stars: 25
- Watchers: 5
- Forks: 10
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom flat navigation component for Neos CMS
Sometimes your content is better represented as just a flat lists of entities (e.g. News or Tags), and not as a tree. This package helps you to do just that:

Getting started:
1. `composer require 'psmb/flatnav@dev'`
2. Use these Settings to configure the views of entities to show: https://github.com/psmb/Psmb.FlatNav/blob/master/Configuration/Settings.yaml#L15
**Contributions are welcome!**