Skip to content

Instantly share code, notes, and snippets.

@use
Created October 19, 2015 23:47
Show Gist options
  • Save use/5e00abb558dd579e9a0b to your computer and use it in GitHub Desktop.
Save use/5e00abb558dd579e9a0b to your computer and use it in GitHub Desktop.
Schema for bolt/bolt's menu.yml file using romaricdrigon/MetaYaml
root:
_type: prototype
_prototype:
_type: partial
_partial: menu
partials:
menu:
_type: prototype
_prototype:
_type: partial
_partial: menunode
menunode:
_type: array
_children:
label:
_type: text
path:
_type: text
link:
_type: text
class:
_type: text
submenu:
_type: prototype
_prototype:
_type: partial
_partial: menunode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment