Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / settings_tray / settings_tray.routing.yml
diff --git a/web/core/modules/settings_tray/settings_tray.routing.yml b/web/core/modules/settings_tray/settings_tray.routing.yml
new file mode 100644 (file)
index 0000000..01109e4
--- /dev/null
@@ -0,0 +1,8 @@
+entity.block.off_canvas_form:
+  path: '/admin/structure/block/manage/{block}/off-canvas'
+  defaults:
+    _entity_form: 'block.off_canvas'
+    _title_callback: '\Drupal\settings_tray\Block\BlockEntityOffCanvasForm::title'
+  requirements:
+    _permission: 'administer blocks'
+    _access_block_plugin_has_settings_tray_form: 'TRUE'