Mercurial > hg > isophonics-drupal-site
annotate core/modules/views/config/schema/views.entity_reference.schema.yml @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
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' |