diff core/modules/views/config/schema/views.entity_reference.schema.yml @ 0:4c8ae668cc8c

Initial import (non-working)
author Chris Cannam
date Wed, 29 Nov 2017 16:09:58 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/core/modules/views/config/schema/views.entity_reference.schema.yml	Wed Nov 29 16:09:58 2017 +0000
@@ -0,0 +1,22 @@
+# Schema for the entity reference 'views' selection handler settings.
+
+entity_reference_selection.views:
+  type: entity_reference_selection
+  label: 'Views selection 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'