settings_tray.routing.yml 612 B

12345678910111213141516
  1. entity.block.settings_tray_form:
  2. path: '/admin/structure/block/manage/{block}/settings-tray'
  3. defaults:
  4. _entity_form: 'block.settings_tray'
  5. _title_callback: '\Drupal\settings_tray\Block\BlockEntitySettingTrayForm::title'
  6. requirements:
  7. _permission: 'administer blocks'
  8. _access_block_plugin_has_settings_tray_form: 'TRUE'
  9. _access_block_has_overrides_settings_tray_form: 'TRUE'
  10. # Deprecated.
  11. # @see entity.block.settings_tray_form
  12. # @see \Drupal\settings_tray\RouteProcessor\BlockEntityOffCanvasFormRouteProcessorBC
  13. # @todo Remove in Drupal 9.0.0.
  14. entity.block.off_canvas_form:
  15. path: ''