Version 1
[yaffs-website] / web / core / modules / block_content / config / schema / block_content.schema.yml
diff --git a/web/core/modules/block_content/config/schema/block_content.schema.yml b/web/core/modules/block_content/config/schema/block_content.schema.yml
new file mode 100644 (file)
index 0000000..2e7c338
--- /dev/null
@@ -0,0 +1,18 @@
+# Schema for the configuration files of the Custom Block module.
+
+block_content.type.*:
+  type: config_entity
+  label: 'Custom block type settings'
+  mapping:
+    id:
+      type: string
+      label: 'ID'
+    label:
+      type: label
+      label: 'Label'
+    revision:
+      type: integer
+      label: 'Create new revision'
+    description:
+      type: text
+      label: 'Description'