Mercurial > hg > isophonics-drupal-site
annotate 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 |
rev | line source |
---|---|
Chris@0 | 1 # Schema for the entity reference 'views' selection handler settings. |
Chris@0 | 2 |
Chris@0 | 3 entity_reference_selection.views: |
Chris@0 | 4 type: entity_reference_selection |
Chris@0 | 5 label: 'Views selection handler settings' |
Chris@0 | 6 mapping: |
Chris@0 | 7 view: |
Chris@0 | 8 type: mapping |
Chris@0 | 9 label: 'View used to select the entities' |
Chris@0 | 10 mapping: |
Chris@0 | 11 view_name: |
Chris@0 | 12 type: string |
Chris@0 | 13 label: 'View name' |
Chris@0 | 14 display_name: |
Chris@0 | 15 type: string |
Chris@0 | 16 label: 'Display name' |
Chris@0 | 17 arguments: |
Chris@0 | 18 type: sequence |
Chris@0 | 19 label: 'View arguments' |
Chris@0 | 20 sequence: |
Chris@0 | 21 type: string |
Chris@0 | 22 label: 'Argument' |