annotate core/modules/layout_builder/layout_builder.links.contextual.yml @ 19:fa3358dc1485 tip

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