This Bolt extension provide an easy way to add content type in menus.
- bolt 2.*
main:
- title: 'This is the first menu item.'
class: first
path: homepage
label: Home
- label: Foo
contenttype: foos
contenttype_params: # optional
order: title
id: '!1'
...
contenttype_params
use same keys as Fetching content. Use where
causes
directly in the array.
- Custom title
- Custom alt
- Custom class
- Custom label?
This library is release under MIT license.