Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / layout_builder / config / schema / layout_builder.schema.yml
index 682caa78c45e72842f35c7a4d253b13cf8927fef..7faad99c24a3ae638d0c7a7cc3c59045423b34df 100644 (file)
@@ -2,6 +2,9 @@ core.entity_view_display.*.*.*.third_party.layout_builder:
   type: mapping
   label: 'Per-view-mode Layout Builder settings'
   mapping:
+    enabled:
+      type: boolean
+      label: 'Whether the Layout Builder is enabled for this display'
     allow_custom:
       type: boolean
       label: 'Allow a customized layout'
@@ -44,3 +47,20 @@ layout_builder.component:
     additional:
       type: ignore
       label: 'Additional data'
+
+inline_block:
+  type: block_settings
+  label: 'Inline block'
+  mapping:
+    view_mode:
+      type: string
+      lable: 'View mode'
+    block_revision_id:
+      type: integer
+      label: 'Block revision ID'
+    block_serialized:
+      type: string
+      label: 'Serialized block'
+
+block.settings.inline_block:*:
+  type: inline_block