Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / layout_builder / layout_builder.links.contextual.yml
diff --git a/web/core/modules/layout_builder/layout_builder.links.contextual.yml b/web/core/modules/layout_builder/layout_builder.links.contextual.yml
new file mode 100644 (file)
index 0000000..bcf2a9c
--- /dev/null
@@ -0,0 +1,19 @@
+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
+
+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