annotate core/modules/views/config/schema/views.row.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 row.
Chris@0 2
Chris@0 3 views.row.*:
Chris@0 4 type: views_row
Chris@0 5
Chris@0 6 views.row.entity:*:
Chris@0 7 type: views_entity_row
Chris@0 8 label: 'Entity options'
Chris@0 9
Chris@0 10 views.row.fields:
Chris@0 11 type: views_row
Chris@0 12 label: 'Field options'
Chris@0 13 mapping:
Chris@0 14 default_field_elements:
Chris@0 15 type: boolean
Chris@0 16 label: 'Provide default field wrapper elements'
Chris@0 17 inline:
Chris@0 18 type: sequence
Chris@0 19 label: 'Inline'
Chris@0 20 sequence:
Chris@0 21 type: string
Chris@0 22 label: 'Inline'
Chris@0 23 separator:
Chris@0 24 type: string
Chris@0 25 label: 'Separator'
Chris@0 26 hide_empty:
Chris@0 27 type: boolean
Chris@0 28 label: 'Hide empty'
Chris@0 29
Chris@0 30 views.row.rss_fields:
Chris@0 31 type: views_row
Chris@0 32 label: 'RSS field options'
Chris@0 33 mapping:
Chris@0 34 title_field:
Chris@0 35 type: string
Chris@0 36 label: 'Title field'
Chris@0 37 link_field:
Chris@0 38 type: string
Chris@0 39 label: 'Link field'
Chris@0 40 description_field:
Chris@0 41 type: string
Chris@0 42 label: 'Description field'
Chris@0 43 creator_field:
Chris@0 44 type: string
Chris@0 45 label: 'Creator field'
Chris@0 46 date_field:
Chris@0 47 type: string
Chris@0 48 label: 'Publication date field'
Chris@0 49 guid_field_options:
Chris@0 50 type: mapping
Chris@0 51 label: 'Guid settings'
Chris@0 52 mapping:
Chris@0 53 guid_field:
Chris@0 54 type: string
Chris@0 55 label: 'GUID field'
Chris@0 56 guid_field_is_permalink:
Chris@0 57 type: boolean
Chris@0 58 label: 'GUID is permalink'
Chris@0 59
Chris@0 60 views.row.opml_fields:
Chris@0 61 type: views_row
Chris@0 62 label: 'OPML field options'
Chris@0 63 mapping:
Chris@0 64 type_field:
Chris@0 65 type: string
Chris@0 66 label: 'Type attribute'
Chris@0 67 text_field:
Chris@0 68 type: string
Chris@0 69 label: 'Text attribute'
Chris@0 70 created_field:
Chris@0 71 type: string
Chris@0 72 label: 'Created attribute'
Chris@0 73 description_field:
Chris@0 74 type: string
Chris@0 75 label: 'Description attribute'
Chris@0 76 html_url_field:
Chris@0 77 type: string
Chris@0 78 label: 'HTML URL attribute'
Chris@0 79 language_field:
Chris@0 80 type: string
Chris@0 81 label: 'Language attribute'
Chris@0 82 xml_url_field:
Chris@0 83 type: string
Chris@0 84 label: 'XML URL attribute'
Chris@0 85 url_field:
Chris@0 86 type: string
Chris@0 87 label: 'URL attribute'
Chris@0 88
Chris@0 89 views.row.entity_reference:
Chris@0 90 type: views.row.fields
Chris@0 91 label: 'Entity Reference inline fields'