annotate core/modules/views/config/schema/views.relationship.schema.yml @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 4c8ae668cc8c
children
rev   line source
Chris@0 1 # Schema for the views relationship.
Chris@0 2
Chris@0 3 views.relationship.*:
Chris@0 4 type: views_relationship
Chris@0 5 label: 'Standard'
Chris@0 6
Chris@0 7 views.relationship.standard:
Chris@0 8 type: views_relationship
Chris@0 9 label: 'Standard'
Chris@0 10
Chris@0 11 views.relationship.broken:
Chris@0 12 type: views_relationship
Chris@0 13 label: 'Broken'
Chris@0 14
Chris@0 15 views.relationship.groupwise_max:
Chris@0 16 type: views_relationship
Chris@0 17 label: 'Groupwise max'
Chris@0 18 mapping:
Chris@0 19 subquery_sort:
Chris@0 20 type: string
Chris@0 21 label: 'Representative sort criteria'
Chris@0 22 subquery_order:
Chris@0 23 type: string
Chris@0 24 label: 'Representative sort order'
Chris@0 25 subquery_regenerate:
Chris@0 26 type: boolean
Chris@0 27 label: 'Generate subquery each time view is run'
Chris@0 28 subquery_view:
Chris@0 29 type: string
Chris@0 30 label: 'Representative view'
Chris@0 31 subquery_namespace:
Chris@0 32 type: string
Chris@0 33 label: 'Subquery namespace'