Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / settings_tray / settings_tray.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\settings_tray\Block\BlockEntityOffCanvasForm::title'
6   requirements:
7     _permission: 'administer blocks'
8     _access_block_plugin_has_settings_tray_form: 'TRUE'