layout_builder.links.contextual.yml 748 B

1234567891011121314151617181920212223242526272829
  1. layout_builder_block_update:
  2. title: 'Configure'
  3. route_name: 'layout_builder.update_block'
  4. group: 'layout_builder_block'
  5. options:
  6. attributes:
  7. class: ['use-ajax']
  8. data-dialog-type: dialog
  9. data-dialog-renderer: off_canvas
  10. layout_builder_block_move:
  11. title: 'Move'
  12. route_name: 'layout_builder.move_block_form'
  13. group: 'layout_builder_block'
  14. options:
  15. attributes:
  16. class: ['use-ajax']
  17. data-dialog-type: dialog
  18. data-dialog-renderer: off_canvas
  19. layout_builder_block_remove:
  20. title: 'Remove block'
  21. route_name: 'layout_builder.remove_block'
  22. group: 'layout_builder_block'
  23. options:
  24. attributes:
  25. class: ['use-ajax']
  26. data-dialog-type: dialog
  27. data-dialog-renderer: off_canvas