Chris@0: # Schema for the views default arguments. Chris@0: Chris@0: views.argument_default.*: Chris@0: type: mapping Chris@0: label: 'Base default argument' Chris@0: Chris@0: views.argument_default.fixed: Chris@0: type: mapping Chris@0: label: 'Fixed' Chris@0: mapping: Chris@0: argument: Chris@0: type: string Chris@0: label: 'Fixed value' Chris@0: Chris@0: views.argument_default.raw: Chris@0: type: mapping Chris@0: label: 'Raw value from URL' Chris@0: mapping: Chris@0: index: Chris@0: type: integer Chris@0: label: 'Path component' Chris@0: use_alias: Chris@0: type: boolean Chris@0: label: 'Use path alias' Chris@0: Chris@0: views.argument_default.query_parameter: Chris@0: type: mapping Chris@0: label: 'Query parameter' Chris@0: mapping: Chris@0: query_param: Chris@0: type: string Chris@0: label: 'Parameter' Chris@0: fallback: Chris@0: type: string Chris@0: label: 'Fallback value' Chris@0: multiple: Chris@0: type: string Chris@0: label: 'Multiple values'