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_block_update:
|
|
|
|
title: 'Configure'
|
|
|
|
route_name: 'layout_builder.update_block'
|
|
|
|
group: 'layout_builder_block'
|
|
|
|
options:
|
|
|
|
attributes:
|
|
|
|
class: ['use-ajax']
|
|
|
|
data-dialog-type: dialog
|
|
|
|
data-dialog-renderer: off_canvas
|
|
|
|
|
2019-03-22 21:20:24 +00:00
|
|
|
layout_builder_block_move:
|
|
|
|
title: 'Move'
|
|
|
|
route_name: 'layout_builder.move_block_form'
|
|
|
|
group: 'layout_builder_block'
|
|
|
|
options:
|
|
|
|
attributes:
|
|
|
|
class: ['use-ajax']
|
|
|
|
data-dialog-type: dialog
|
|
|
|
data-dialog-renderer: off_canvas
|
|
|
|
|
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_block_remove:
|
|
|
|
title: 'Remove block'
|
|
|
|
route_name: 'layout_builder.remove_block'
|
|
|
|
group: 'layout_builder_block'
|
|
|
|
options:
|
|
|
|
attributes:
|
|
|
|
class: ['use-ajax']
|
|
|
|
data-dialog-type: dialog
|
|
|
|
data-dialog-renderer: off_canvas
|