Archived
1
0
Fork 0
This repository has been archived on 2026-04-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
httpcb/app/config/menu.yml

27 lines
504 B
YAML

menu:
home:
caption: Home
route: home-route
controller: index
action: index
create-new:
caption: 'Create new'
resource: callback
controller: callback
action: new
my-callbacks:
caption: 'List callbacks'
resource: callback
controller: callback
action: list
children:
show:
resource: callback
controller: callback
action: show
about:
caption: About
route: about-route
controller: index
action: about