annotate core/modules/rest/config/schema/rest.views.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 plugins of the REST module.
Chris@0 2
Chris@0 3 views.display.rest_export:
Chris@0 4 type: views_display_path
Chris@0 5 label: 'REST display options'
Chris@0 6 mapping:
Chris@0 7 auth:
Chris@0 8 type: sequence
Chris@0 9 label: 'Authentication'
Chris@0 10 sequence:
Chris@0 11 type: string
Chris@0 12 label: 'Authentication Provider'
Chris@0 13
Chris@0 14 views.row.data_field:
Chris@0 15 type: views_row
Chris@0 16 label: 'Field row'
Chris@0 17 mapping:
Chris@0 18 field_options:
Chris@0 19 type: sequence
Chris@0 20 label: 'Options'
Chris@0 21 sequence:
Chris@0 22 type: mapping
Chris@0 23 label: 'Row'
Chris@0 24 mapping:
Chris@0 25 alias:
Chris@0 26 type: string
Chris@0 27 label: 'Alias for ID'
Chris@0 28 raw_output:
Chris@0 29 type: boolean
Chris@0 30 label: 'Raw output for ID'
Chris@0 31
Chris@0 32 views.style.serializer:
Chris@0 33 type: views_style
Chris@0 34 label: 'Serialized output format'
Chris@0 35 mapping:
Chris@0 36 formats:
Chris@0 37 type: sequence
Chris@0 38 label: 'Formats'
Chris@0 39 sequence:
Chris@0 40 type: string
Chris@0 41 label: 'Format'