Version 1
[yaffs-website] / web / modules / contrib / entity / tests / modules / entity_module_test / config / schema / entity_module_test.schema.yml
diff --git a/web/modules/contrib/entity/tests/modules/entity_module_test/config/schema/entity_module_test.schema.yml b/web/modules/contrib/entity/tests/modules/entity_module_test/config/schema/entity_module_test.schema.yml
new file mode 100644 (file)
index 0000000..eb1c5a0
--- /dev/null
@@ -0,0 +1,16 @@
+entity_module_test.entity_test_enhanced_bundle.*:
+  type: config_entity
+  label: 'Entity test with enhancements - Bundle'
+  mapping:
+    id:
+      type: string
+      label: 'Type'
+    label:
+      type: label
+      label: 'Label'
+    description:
+      type: text
+      label: 'Description'
+    new_revision:
+      type: boolean
+      label: 'New revision'