Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
layout_builder.choose_section:
|
2018-01-11 01:27:37 +00:00
|
|
|
path: '/layout_builder/choose/section/{section_storage_type}/{section_storage}/{delta}'
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
defaults:
|
|
|
|
_controller: '\Drupal\layout_builder\Controller\ChooseSectionController::build'
|
Issue #2929783 by tim.plunkett, MerryHamster, bnjmnm, xjm, webchick, samuel.mortenson, EclipseGc, kevincrafts, ndf, DyanneNova, yoroy, TheodorosPloumis, tedbow, pixelite, seanB, phenaproxima, AaronMcHale, benjifisher: Review Layout Builder UI terminology
2019-03-06 06:19:20 +00:00
|
|
|
_title: 'Choose a layout for this section'
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
requirements:
|
2018-07-24 19:51:45 +00:00
|
|
|
_layout_builder_access: 'view'
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
options:
|
|
|
|
_admin_route: TRUE
|
|
|
|
parameters:
|
2018-01-11 01:27:37 +00:00
|
|
|
section_storage:
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
layout_builder_tempstore: TRUE
|
|
|
|
|
|
|
|
layout_builder.add_section:
|
2018-01-11 01:27:37 +00:00
|
|
|
path: '/layout_builder/add/section/{section_storage_type}/{section_storage}/{delta}/{plugin_id}'
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
defaults:
|
|
|
|
_controller: '\Drupal\layout_builder\Controller\AddSectionController::build'
|
|
|
|
requirements:
|
2018-07-24 19:51:45 +00:00
|
|
|
_layout_builder_access: 'view'
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
options:
|
|
|
|
_admin_route: TRUE
|
|
|
|
parameters:
|
2018-01-11 01:27:37 +00:00
|
|
|
section_storage:
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
layout_builder_tempstore: TRUE
|
|
|
|
|
|
|
|
layout_builder.configure_section:
|
2018-01-11 01:27:37 +00:00
|
|
|
path: '/layout_builder/configure/section/{section_storage_type}/{section_storage}/{delta}/{plugin_id}'
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
defaults:
|
|
|
|
_title: 'Configure section'
|
|
|
|
_form: '\Drupal\layout_builder\Form\ConfigureSectionForm'
|
|
|
|
# Adding a new section requires a plugin_id, while configuring an existing
|
|
|
|
# section does not.
|
|
|
|
plugin_id: null
|
|
|
|
requirements:
|
2018-07-24 19:51:45 +00:00
|
|
|
_layout_builder_access: 'view'
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
options:
|
|
|
|
_admin_route: TRUE
|
|
|
|
parameters:
|
2018-01-11 01:27:37 +00:00
|
|
|
section_storage:
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
layout_builder_tempstore: TRUE
|
|
|
|
|
|
|
|
layout_builder.remove_section:
|
2018-01-11 01:27:37 +00:00
|
|
|
path: '/layout_builder/remove/section/{section_storage_type}/{section_storage}/{delta}'
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
defaults:
|
|
|
|
_form: '\Drupal\layout_builder\Form\RemoveSectionForm'
|
|
|
|
requirements:
|
2018-07-24 19:51:45 +00:00
|
|
|
_layout_builder_access: 'view'
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
options:
|
|
|
|
_admin_route: TRUE
|
|
|
|
parameters:
|
2018-01-11 01:27:37 +00:00
|
|
|
section_storage:
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
layout_builder_tempstore: TRUE
|
|
|
|
|
|
|
|
layout_builder.choose_block:
|
2018-01-11 01:27:37 +00:00
|
|
|
path: '/layout_builder/choose/block/{section_storage_type}/{section_storage}/{delta}/{region}'
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
defaults:
|
|
|
|
_controller: '\Drupal\layout_builder\Controller\ChooseBlockController::build'
|
Issue #2929783 by tim.plunkett, MerryHamster, bnjmnm, xjm, webchick, samuel.mortenson, EclipseGc, kevincrafts, ndf, DyanneNova, yoroy, TheodorosPloumis, tedbow, pixelite, seanB, phenaproxima, AaronMcHale, benjifisher: Review Layout Builder UI terminology
2019-03-06 06:19:20 +00:00
|
|
|
_title: 'Choose a block'
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
requirements:
|
2018-07-24 19:51:45 +00:00
|
|
|
_layout_builder_access: 'view'
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
options:
|
|
|
|
_admin_route: TRUE
|
|
|
|
parameters:
|
2018-01-11 01:27:37 +00:00
|
|
|
section_storage:
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
layout_builder_tempstore: TRUE
|
|
|
|
|
|
|
|
layout_builder.add_block:
|
2018-01-11 01:27:37 +00:00
|
|
|
path: '/layout_builder/add/block/{section_storage_type}/{section_storage}/{delta}/{region}/{plugin_id}'
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
defaults:
|
|
|
|
_form: '\Drupal\layout_builder\Form\AddBlockForm'
|
Issue #2929783 by tim.plunkett, MerryHamster, bnjmnm, xjm, webchick, samuel.mortenson, EclipseGc, kevincrafts, ndf, DyanneNova, yoroy, TheodorosPloumis, tedbow, pixelite, seanB, phenaproxima, AaronMcHale, benjifisher: Review Layout Builder UI terminology
2019-03-06 06:19:20 +00:00
|
|
|
_title: 'Configure block'
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
requirements:
|
2018-07-24 19:51:45 +00:00
|
|
|
_layout_builder_access: 'view'
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
options:
|
|
|
|
_admin_route: TRUE
|
|
|
|
parameters:
|
2018-01-11 01:27:37 +00:00
|
|
|
section_storage:
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
layout_builder_tempstore: TRUE
|
|
|
|
|
2018-11-12 20:45:33 +00:00
|
|
|
layout_builder.choose_inline_block:
|
|
|
|
path: '/layout_builder/choose/inline-block/{section_storage_type}/{section_storage}/{delta}/{region}'
|
|
|
|
defaults:
|
|
|
|
_controller: '\Drupal\layout_builder\Controller\ChooseBlockController::inlineBlockList'
|
2020-02-24 09:37:37 +00:00
|
|
|
_title: 'Add a new custom block'
|
2018-11-12 20:45:33 +00:00
|
|
|
requirements:
|
Issue #2914486 by tim.plunkett, tedbow, bendeguz.csirmaz, twfahey, bnjmnm, xjm, effulgentsia, Kristen Pol, benjifisher, larowlan, webchick, rainbreaw, jrockowitz, Gábor Hojtsy, ckrina: Add granular permissions to the Layout Builder
(cherry picked from commit d05d67fede00690e22fe557dcb6fee5752a3e8d5)
2019-03-26 05:55:38 +00:00
|
|
|
_layout_builder_access: 'view'
|
2018-11-12 20:45:33 +00:00
|
|
|
options:
|
|
|
|
_admin_route: TRUE
|
|
|
|
parameters:
|
|
|
|
section_storage:
|
|
|
|
layout_builder_tempstore: TRUE
|
|
|
|
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
layout_builder.update_block:
|
2018-01-11 01:27:37 +00:00
|
|
|
path: '/layout_builder/update/block/{section_storage_type}/{section_storage}/{delta}/{region}/{uuid}'
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
defaults:
|
|
|
|
_form: '\Drupal\layout_builder\Form\UpdateBlockForm'
|
Issue #2929783 by tim.plunkett, MerryHamster, bnjmnm, xjm, webchick, samuel.mortenson, EclipseGc, kevincrafts, ndf, DyanneNova, yoroy, TheodorosPloumis, tedbow, pixelite, seanB, phenaproxima, AaronMcHale, benjifisher: Review Layout Builder UI terminology
2019-03-06 06:19:20 +00:00
|
|
|
_title: 'Configure block'
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
requirements:
|
2018-07-24 19:51:45 +00:00
|
|
|
_layout_builder_access: 'view'
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
options:
|
|
|
|
_admin_route: TRUE
|
|
|
|
parameters:
|
2018-01-11 01:27:37 +00:00
|
|
|
section_storage:
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
layout_builder_tempstore: TRUE
|
2019-03-22 21:20:24 +00:00
|
|
|
|
|
|
|
layout_builder.move_block_form:
|
|
|
|
path: '/layout_builder/move/block/{section_storage_type}/{section_storage}/{delta}/{region}/{uuid}'
|
|
|
|
defaults:
|
|
|
|
_title_callback: '\Drupal\layout_builder\Form\MoveBlockForm::title'
|
|
|
|
_form: '\Drupal\layout_builder\Form\MoveBlockForm'
|
|
|
|
requirements:
|
|
|
|
_layout_builder_access: 'view'
|
|
|
|
options:
|
|
|
|
_admin_route: TRUE
|
|
|
|
parameters:
|
|
|
|
section_storage:
|
|
|
|
layout_builder_tempstore: TRUE
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
|
|
|
|
layout_builder.remove_block:
|
2018-01-11 01:27:37 +00:00
|
|
|
path: '/layout_builder/remove/block/{section_storage_type}/{section_storage}/{delta}/{region}/{uuid}'
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
defaults:
|
|
|
|
_form: '\Drupal\layout_builder\Form\RemoveBlockForm'
|
|
|
|
requirements:
|
2018-07-24 19:51:45 +00:00
|
|
|
_layout_builder_access: 'view'
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
options:
|
|
|
|
_admin_route: TRUE
|
|
|
|
parameters:
|
2018-01-11 01:27:37 +00:00
|
|
|
section_storage:
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
layout_builder_tempstore: TRUE
|
|
|
|
|
|
|
|
layout_builder.move_block:
|
2018-01-26 20:50:00 +00:00
|
|
|
path: '/layout_builder/move/block/{section_storage_type}/{section_storage}/{delta_from}/{delta_to}/{region_to}/{block_uuid}/{preceding_block_uuid}'
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
defaults:
|
|
|
|
_controller: '\Drupal\layout_builder\Controller\MoveBlockController::build'
|
|
|
|
delta_from: null
|
|
|
|
delta_to: null
|
|
|
|
region_from: null
|
|
|
|
region_to: null
|
|
|
|
block_uuid: null
|
|
|
|
preceding_block_uuid: null
|
|
|
|
requirements:
|
2018-07-24 19:51:45 +00:00
|
|
|
_layout_builder_access: 'view'
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
options:
|
|
|
|
_admin_route: TRUE
|
|
|
|
parameters:
|
2018-01-11 01:27:37 +00:00
|
|
|
section_storage:
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
layout_builder_tempstore: TRUE
|