Version 1
[yaffs-website] / web / core / modules / field_layout / config / schema / field_layout.schema.yml
diff --git a/web/core/modules/field_layout/config/schema/field_layout.schema.yml b/web/core/modules/field_layout/config/schema/field_layout.schema.yml
new file mode 100644 (file)
index 0000000..185fb4e
--- /dev/null
@@ -0,0 +1,16 @@
+core.entity_view_display.*.*.*.third_party.field_layout:
+  type: field_layout.third_party_settings
+
+core.entity_form_display.*.*.*.third_party.field_layout:
+  type: field_layout.third_party_settings
+
+field_layout.third_party_settings:
+  type: mapping
+  label: 'Per-view-mode field layout settings'
+  mapping:
+    id:
+      type: string
+      label: 'Layout ID'
+    settings:
+      type: layout_plugin.settings.[%parent.id]
+      label: 'Layout settings'