Chris@0: # Schema for the views plugins of the Node module. Chris@0: Chris@0: views.area.node_listing_empty: Chris@0: type: views_area Chris@0: label: 'Node link' Chris@0: Chris@0: views.argument.node_nid: Chris@0: type: views_argument Chris@0: label: 'Node ID' Chris@0: mapping: Chris@0: break_phrase: Chris@0: type: boolean Chris@0: label: 'Allow multiple values' Chris@0: not: Chris@0: type: boolean Chris@0: label: 'Exclude' Chris@0: Chris@0: views.argument.node_type: Chris@0: type: views_argument Chris@0: label: 'Node type' Chris@0: mapping: Chris@0: glossary: Chris@0: type: boolean Chris@0: label: 'Glossary mode' Chris@0: limit: Chris@0: type: integer Chris@0: label: 'Character limit' Chris@0: case: Chris@0: type: string Chris@0: label: 'Case' Chris@0: path_case: Chris@0: type: string Chris@0: label: 'Case in path' Chris@0: transform_dash: Chris@0: type: boolean Chris@0: label: 'Transform spaces to dashes in URL' Chris@0: break_phrase: Chris@0: type: boolean Chris@0: label: 'Allow multiple values' Chris@0: add_table: Chris@0: type: boolean Chris@0: label: 'Allow multiple filter values to work together' Chris@0: require_value: Chris@0: type: boolean Chris@0: label: 'Do not display items with no value in summary' Chris@0: Chris@0: views.argument.node_uid_revision: Chris@0: type: views_argument Chris@0: label: 'Node user ID' Chris@0: mapping: Chris@0: break_phrase: Chris@0: type: boolean Chris@0: label: 'Allow multiple values' Chris@0: not: Chris@0: type: boolean Chris@0: label: 'Exclude' Chris@0: Chris@0: views.argument.node_vid: Chris@0: type: views_argument Chris@0: label: 'Node revision ID' Chris@0: mapping: Chris@0: break_phrase: Chris@0: type: boolean Chris@0: label: 'Allow multiple values' Chris@0: not: Chris@0: type: boolean Chris@0: label: 'Exclude' Chris@0: Chris@0: views.field.node: Chris@0: type: views_field Chris@0: label: 'Node' Chris@0: mapping: Chris@0: link_to_node: Chris@0: type: boolean Chris@0: label: 'Link this field to the original piece of content' Chris@0: Chris@0: views.field.node_bulk_form: Chris@0: type: views_field_bulk_form Chris@0: label: 'Node bulk form' Chris@0: Chris@0: views.field.node_path: Chris@0: type: views_field Chris@0: label: 'Node path' Chris@0: mapping: Chris@0: absolute: Chris@0: type: boolean Chris@0: label: 'Use absolute link (begins with "http://")' Chris@0: Chris@0: views.field.node_revision_link: Chris@0: type: views_field Chris@0: label: 'Link to a node revision' Chris@0: mapping: Chris@0: text: Chris@0: type: label Chris@0: label: 'Text to display' Chris@0: Chris@0: views.field.node_revision_link_delete: Chris@0: type: views_field Chris@0: label: 'Link to delete a node revision' Chris@0: mapping: Chris@0: text: Chris@0: type: label Chris@0: label: 'Text to display' Chris@0: Chris@0: views.field.node_revision_link_revert: Chris@0: type: views_field Chris@0: label: 'Link to revert a node to a revision' Chris@0: mapping: Chris@0: text: Chris@0: type: label Chris@0: label: 'Text to display' Chris@0: Chris@0: views.filter.node_access: Chris@0: type: views_filter Chris@0: label: 'Node access' Chris@0: Chris@0: views.filter.node_status: Chris@0: type: views_filter Chris@0: label: 'Node status' Chris@0: Chris@0: views.filter.node_uid_revision: Chris@0: type: views_filter Chris@0: label: 'Node revisions of an user' Chris@0: mapping: Chris@0: operator: Chris@0: type: string Chris@0: label: 'Operator' Chris@0: value: Chris@0: type: sequence Chris@0: label: 'Values' Chris@0: sequence: Chris@0: type: string Chris@0: label: 'Value' Chris@0: expose: Chris@0: type: mapping Chris@0: label: 'Expose' Chris@0: mapping: Chris@0: reduce: Chris@0: type: boolean Chris@0: label: 'Reduce' Chris@0: Chris@0: views.filter_value.node_access: Chris@0: type: string Chris@0: label: 'Access' Chris@0: Chris@0: views.filter_value.node_status: Chris@0: type: boolean Chris@0: label: 'Status' Chris@0: Chris@0: views.row.node_rss: Chris@0: type: views_row Chris@0: label: 'Content options' Chris@0: mapping: Chris@0: view_mode: Chris@0: type: string Chris@0: label: 'Display type'