Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / outside_in / outside_in.routing.yml
1 entity.block.off_canvas_form:
2   path: '/admin/structure/block/manage/{block}/off-canvas'
3   defaults:
4     _entity_form: 'block.off_canvas'
5     _title_callback: '\Drupal\outside_in\Block\BlockEntityOffCanvasForm::title'
6   requirements:
7     _permission: 'administer blocks'