Version 1
[yaffs-website] / web / core / modules / views / config / schema / views.entity_reference.schema.yml
diff --git a/web/core/modules/views/config/schema/views.entity_reference.schema.yml b/web/core/modules/views/config/schema/views.entity_reference.schema.yml
new file mode 100644 (file)
index 0000000..027c62f
--- /dev/null
@@ -0,0 +1,22 @@
+# Schema for the views entity reference selection plugins.
+
+entity_reference_selection.views:
+  type: mapping
+  label: 'View handler settings'
+  mapping:
+    view:
+      type: mapping
+      label: 'View used to select the entities'
+      mapping:
+        view_name:
+          type: string
+          label: 'View name'
+        display_name:
+          type: string
+          label: 'Display name'
+        arguments:
+          type: sequence
+          label: 'View arguments'
+          sequence:
+            type: string
+            label: 'Argument'