Mercurial > hg > isophonics-drupal-site
annotate core/modules/settings_tray/settings_tray.routing.yml @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 1fec387a4317 |
children |
rev | line source |
---|---|
Chris@14 | 1 entity.block.settings_tray_form: |
Chris@14 | 2 path: '/admin/structure/block/manage/{block}/settings-tray' |
Chris@0 | 3 defaults: |
Chris@14 | 4 _entity_form: 'block.settings_tray' |
Chris@14 | 5 _title_callback: '\Drupal\settings_tray\Block\BlockEntitySettingTrayForm::title' |
Chris@0 | 6 requirements: |
Chris@0 | 7 _permission: 'administer blocks' |
Chris@0 | 8 _access_block_plugin_has_settings_tray_form: 'TRUE' |
Chris@14 | 9 _access_block_has_overrides_settings_tray_form: 'TRUE' |
Chris@14 | 10 |
Chris@14 | 11 # Deprecated. |
Chris@14 | 12 # @see entity.block.settings_tray_form |
Chris@14 | 13 # @see \Drupal\settings_tray\RouteProcessor\BlockEntityOffCanvasFormRouteProcessorBC |
Chris@14 | 14 # @todo Remove in Drupal 9.0.0. |
Chris@14 | 15 entity.block.off_canvas_form: |
Chris@14 | 16 path: '' |