Chris@0: # Schema for the views row. Chris@0: Chris@0: views.row.*: Chris@0: type: views_row Chris@0: Chris@0: views.row.entity:*: Chris@0: type: views_entity_row Chris@0: label: 'Entity options' Chris@0: Chris@0: views.row.fields: Chris@0: type: views_row Chris@0: label: 'Field options' Chris@0: mapping: Chris@0: default_field_elements: Chris@0: type: boolean Chris@0: label: 'Provide default field wrapper elements' Chris@0: inline: Chris@0: type: sequence Chris@0: label: 'Inline' Chris@0: sequence: Chris@0: type: string Chris@0: label: 'Inline' Chris@0: separator: Chris@0: type: string Chris@0: label: 'Separator' Chris@0: hide_empty: Chris@0: type: boolean Chris@0: label: 'Hide empty' Chris@0: Chris@0: views.row.rss_fields: Chris@0: type: views_row Chris@0: label: 'RSS field options' Chris@0: mapping: Chris@0: title_field: Chris@0: type: string Chris@0: label: 'Title field' Chris@0: link_field: Chris@0: type: string Chris@0: label: 'Link field' Chris@0: description_field: Chris@0: type: string Chris@0: label: 'Description field' Chris@0: creator_field: Chris@0: type: string Chris@0: label: 'Creator field' Chris@0: date_field: Chris@0: type: string Chris@0: label: 'Publication date field' Chris@0: guid_field_options: Chris@0: type: mapping Chris@0: label: 'Guid settings' Chris@0: mapping: Chris@0: guid_field: Chris@0: type: string Chris@0: label: 'GUID field' Chris@0: guid_field_is_permalink: Chris@0: type: boolean Chris@0: label: 'GUID is permalink' Chris@0: Chris@0: views.row.opml_fields: Chris@0: type: views_row Chris@0: label: 'OPML field options' Chris@0: mapping: Chris@0: type_field: Chris@0: type: string Chris@0: label: 'Type attribute' Chris@0: text_field: Chris@0: type: string Chris@0: label: 'Text attribute' Chris@0: created_field: Chris@0: type: string Chris@0: label: 'Created attribute' Chris@0: description_field: Chris@0: type: string Chris@0: label: 'Description attribute' Chris@0: html_url_field: Chris@0: type: string Chris@0: label: 'HTML URL attribute' Chris@0: language_field: Chris@0: type: string Chris@0: label: 'Language attribute' Chris@0: xml_url_field: Chris@0: type: string Chris@0: label: 'XML URL attribute' Chris@0: url_field: Chris@0: type: string Chris@0: label: 'URL attribute' Chris@0: Chris@0: views.row.entity_reference: Chris@0: type: views.row.fields Chris@0: label: 'Entity Reference inline fields'