Hi at all,
can someone help me with Menu builders blueprint. I try it what is writen in the cookbook.
i set following in the site.yml:
title: Site
preset: pages
unlisted: true
nestedMenu:
type: structure
label: Nested menu
fields:
menufields: fields/menufields
hasSubmenu:
type: toggle
text: Add a submenu?
submenu:
type: structure
label: Second Level Items
when:
hasSubmenu: true
fields:
menufields: fields/menufields
But nothing is shown in the panel, where i can create menus. Have anyone a tip for me, what i make wrong.