You are here

simple_block_layout_builder.routing.yml in Simple Block 8

modules/simple_block_layout_builder/simple_block_layout_builder.routing.yml

File

modules/simple_block_layout_builder/simple_block_layout_builder.routing.yml
View source
  1. simple_block_layout_builder.edit_block:
  2. path: '/layout_builder/simple-block/{section_storage_type}/{section_storage}/{delta}/{region}/{uuid}/{simple_block}'
  3. defaults:
  4. _entity_form: simple_block.layout_builder
  5. _title: 'Configure block'
  6. simple_block: null
  7. uuid: null
  8. requirements:
  9. _layout_builder_access: 'view'
  10. options:
  11. _admin_route: TRUE
  12. parameters:
  13. section_storage:
  14. layout_builder_tempstore: TRUE
  15. simple_block:
  16. type: entity:simple_block