X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fsettings_tray%2Fsettings_tray.routing.yml;fp=web%2Fcore%2Fmodules%2Fsettings_tray%2Fsettings_tray.routing.yml;h=01109e4c792592d37af2a4d5b345f918a63f56c9;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=0000000000000000000000000000000000000000;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website 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 index 000000000..01109e4c7 --- /dev/null +++ b/web/core/modules/settings_tray/settings_tray.routing.yml @@ -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'