annotate core/modules/layout_builder/layout_builder.links.contextual.yml @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
rev   line source
Chris@0 1 layout_builder_block_update:
Chris@0 2 title: 'Configure'
Chris@0 3 route_name: 'layout_builder.update_block'
Chris@0 4 group: 'layout_builder_block'
Chris@0 5 options:
Chris@0 6 attributes:
Chris@0 7 class: ['use-ajax']
Chris@0 8 data-dialog-type: dialog
Chris@0 9 data-dialog-renderer: off_canvas
Chris@0 10
Chris@5 11 layout_builder_block_move:
Chris@5 12 title: 'Move'
Chris@5 13 route_name: 'layout_builder.move_block_form'
Chris@5 14 group: 'layout_builder_block'
Chris@5 15 options:
Chris@5 16 attributes:
Chris@5 17 class: ['use-ajax']
Chris@5 18 data-dialog-type: dialog
Chris@5 19 data-dialog-renderer: off_canvas
Chris@5 20
Chris@0 21 layout_builder_block_remove:
Chris@0 22 title: 'Remove block'
Chris@0 23 route_name: 'layout_builder.remove_block'
Chris@0 24 group: 'layout_builder_block'
Chris@0 25 options:
Chris@0 26 attributes:
Chris@0 27 class: ['use-ajax']
Chris@0 28 data-dialog-type: dialog
Chris@0 29 data-dialog-renderer: off_canvas