annotate core/modules/views/config/schema/views.argument_default.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 default arguments.
Chris@0 2
Chris@0 3 views.argument_default.*:
Chris@0 4 type: mapping
Chris@0 5 label: 'Base default argument'
Chris@0 6
Chris@0 7 views.argument_default.fixed:
Chris@0 8 type: mapping
Chris@0 9 label: 'Fixed'
Chris@0 10 mapping:
Chris@0 11 argument:
Chris@0 12 type: string
Chris@0 13 label: 'Fixed value'
Chris@0 14
Chris@0 15 views.argument_default.raw:
Chris@0 16 type: mapping
Chris@0 17 label: 'Raw value from URL'
Chris@0 18 mapping:
Chris@0 19 index:
Chris@0 20 type: integer
Chris@0 21 label: 'Path component'
Chris@0 22 use_alias:
Chris@0 23 type: boolean
Chris@0 24 label: 'Use path alias'
Chris@0 25
Chris@0 26 views.argument_default.query_parameter:
Chris@0 27 type: mapping
Chris@0 28 label: 'Query parameter'
Chris@0 29 mapping:
Chris@0 30 query_param:
Chris@0 31 type: string
Chris@0 32 label: 'Parameter'
Chris@0 33 fallback:
Chris@0 34 type: string
Chris@0 35 label: 'Fallback value'
Chris@0 36 multiple:
Chris@0 37 type: string
Chris@0 38 label: 'Multiple values'