An open API service indexing awesome lists of open source software.

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

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:

![Demo](https://raw.githubusercontent.com/psmb/Psmb.FlatNav/master/flatnav.gif)

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!**