Created
October 10, 2019 06:49
-
-
Save Skrip42/9b9d316ec3534c499a8fbe65ba16cef0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parameters: | |
pagemap: | |
home: | |
title: 'Главная' | |
nav: false | |
route: 'home' | |
childs: | |
login: | |
title: 'Логин' | |
nav: false | |
route: 'app_login' | |
logout: | |
title: 'Разлогин' | |
nav: false | |
route: 'app_logout' | |
session: | |
title: 'Сессии' | |
nav: true | |
route: 'session_list' | |
default_param: | |
page: '1' | |
childs: | |
messages: | |
title: 'Просмотр сессии' | |
nav: false | |
route: 'session_messages' | |
messagesset: | |
title: 'Пресеты рассылок' | |
nav: true | |
route: 'messages_set_list' | |
childs: | |
edit: | |
title: 'Редактирование пресета' | |
nav: false | |
route: 'messages_set_edit' | |
create: | |
title: 'Создание пресета' | |
nav: false | |
route: 'messages_set_create' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment