Version 1
[yaffs-website] / web / modules / contrib / entity_browser / tests / modules / entity_browser_test / config / schema / entity_browser_test.schema.yml
diff --git a/web/modules/contrib/entity_browser/tests/modules/entity_browser_test/config/schema/entity_browser_test.schema.yml b/web/modules/contrib/entity_browser/tests/modules/entity_browser_test/config/schema/entity_browser_test.schema.yml
new file mode 100644 (file)
index 0000000..a50c8ef
--- /dev/null
@@ -0,0 +1,29 @@
+entity_browser.browser.widget.dummy:
+  type: mapping
+  label: 'Dummy widget configuration'
+  mapping:
+    submit_text:
+      type: string
+      label: 'Submit button text'
+    text:
+      type: string
+      label: 'Text'
+
+entity_browser.browser.widget.multiple_submit_test_widget:
+  type: mapping
+  label: 'Multiple submit widget configuration'
+  mapping:
+    submit_text:
+      type: string
+      label: 'Submit button text'
+
+entity_browser.browser.widget.pager_test:
+  type: mapping
+  label: 'Pager widget configuration'
+  mapping:
+    submit_text:
+      type: string
+      label: 'Submit button text'
+    items_per_page:
+      type: integer
+      label: 'Items per page'