layout_builder.links.contextual.yml

Same filename in other branches
  1. 9 core/modules/layout_builder/layout_builder.links.contextual.yml
  2. 10 core/modules/layout_builder/layout_builder.links.contextual.yml
  3. 11.x core/modules/layout_builder/layout_builder.links.contextual.yml
core/modules/layout_builder/layout_builder.links.contextual.yml

File

core/modules/layout_builder/layout_builder.links.contextual.yml

View source
  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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.