settings_tray.routing.yml
Same filename in other branches
File
-
core/
modules/ settings_tray/ settings_tray.routing.yml
View source
- entity.block.settings_tray_form:
- path: '/admin/structure/block/manage/{block}/settings-tray'
- defaults:
- _entity_form: 'block.settings_tray'
- _title_callback: '\Drupal\settings_tray\Block\BlockEntitySettingTrayForm::title'
- requirements:
- _permission: 'administer blocks'
- _access_block_plugin_has_settings_tray_form: 'TRUE'
- _access_block_has_overrides_settings_tray_form: 'TRUE'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.