Pull merge.
[yaffs-website] / web / core / modules / views / config / schema / views.entity_reference.schema.yml
1 # Schema for the entity reference 'views' selection handler settings.
2
3 entity_reference_selection.views:
4   type: entity_reference_selection
5   label: 'Views selection handler settings'
6   mapping:
7     view:
8       type: mapping
9       label: 'View used to select the entities'
10       mapping:
11         view_name:
12           type: string
13           label: 'View name'
14         display_name:
15           type: string
16           label: 'Display name'
17         arguments:
18           type: sequence
19           label: 'View arguments'
20           sequence:
21             type: string
22             label: 'Argument'