You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
606 B
22 lines
606 B
styleguide.page: |
|
path: /admin/appearance/styleguide |
|
defaults: |
|
_controller: Drupal\styleguide\Controller\StyleguideController::page |
|
_title: 'Style guide' |
|
requirements: |
|
_permission: 'view style guides' |
|
options: |
|
_admin_route: FALSE |
|
|
|
styleguide.maintenance_page: |
|
path: /admin/appearance/styleguide/maintenance-page |
|
defaults: |
|
_controller: Drupal\styleguide\Controller\StyleguideMaintenancePageController::page |
|
_title: 'Maintenance page' |
|
requirements: |
|
_permission: 'view style guides' |
|
options: |
|
_admin_route: FALSE |
|
|
|
route_callbacks: |
|
- 'styleguide.routes::routes'
|
|
|