Version 1
[yaffs-website] / web / core / modules / image / tests / modules / image_module_test / config / schema / image_module_test.schema.yml
diff --git a/web/core/modules/image/tests/modules/image_module_test/config/schema/image_module_test.schema.yml b/web/core/modules/image/tests/modules/image_module_test/config/schema/image_module_test.schema.yml
new file mode 100644 (file)
index 0000000..9158f56
--- /dev/null
@@ -0,0 +1,15 @@
+image.effect.image_module_test_ajax:
+  type: mapping
+  label: 'Ajax test'
+  mapping:
+    test_parameter:
+      type: integer
+      label: 'Test Parameter'
+
+image.style.*.third_party.image_module_test:
+  type: mapping
+  label: 'Schema for image_module_test module additions to image_style entity'
+  mapping:
+    foo:
+      type: string
+      label: 'Label for foo'