This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/core/modules/views/config/schema/views.query.schema.yml

25 lines
505 B
YAML

# Schema for the views query.
views.query.views_query:
type: views_query
label: 'Views query'
mapping:
query_comment:
type: string
label: 'Query comment'
disable_sql_rewrite:
type: boolean
label: 'Disable SQL rewriting'
distinct:
type: boolean
label: 'Distinct'
replica:
type: boolean
label: 'Use Replica Server'
query_tags:
type: sequence
label: 'Query Tags'
sequence:
type: string
label: 'Tag'