view 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
line wrap: on
line 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'

# Deprecated.
# @see entity.block.settings_tray_form
# @see \Drupal\settings_tray\RouteProcessor\BlockEntityOffCanvasFormRouteProcessorBC
# @todo Remove in Drupal 9.0.0.
entity.block.off_canvas_form:
  path: ''