Skip to content
Snippets Groups Projects
Commit 7afee2f0 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2019087 by dropfen, gobilo: Complete Configuration schemas for views relationship.

parent a364fc19
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -3,3 +3,27 @@
views.relationship.standard:
type: views_relationship
label: 'Standard'
views.relationship.broken:
type: views_relationship
label: 'Broken'
views.relationship.groupwise_max:
type: views_relationship
label: 'Groupwise max'
mapping:
subquery_sort:
type: string
label: 'Representative sort criteria'
subquery_order:
type: string
label: 'Representative sort order'
subquery_regenerate:
type: boolean
label: 'Generate subquery each time view is run'
subquery_view:
type: string
label: 'Representative view'
subquery_namespace:
type: string
label: 'Subquery namespace'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment