annotate core/modules/taxonomy/config/schema/taxonomy.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 Taxonomy module.
Chris@0 2
Chris@0 3 views.argument.taxonomy_index_tid:
Chris@0 4 type: views.argument.many_to_one
Chris@0 5 label: 'Taxonomy term ID'
Chris@0 6
Chris@0 7 views.argument.taxonomy_index_tid_depth:
Chris@0 8 type: views_argument
Chris@0 9 label: 'Taxonomy term ID'
Chris@0 10 mapping:
Chris@0 11 depth:
Chris@0 12 type: integer
Chris@0 13 label: 'Depth'
Chris@0 14 break_phrase:
Chris@0 15 type: boolean
Chris@0 16 label: 'Allow multiple values'
Chris@0 17 use_taxonomy_term_path:
Chris@0 18 type: boolean
Chris@0 19 label: 'Use taxonomy term path'
Chris@0 20
Chris@0 21 views.argument.taxonomy_index_tid_depth_modifier:
Chris@0 22 type: views_argument
Chris@0 23 label: 'Taxonomy depth modifier'
Chris@0 24
Chris@0 25 views.argument.taxonomy:
Chris@0 26 type: views_argument
Chris@0 27 label: 'Taxonomy'
Chris@0 28 mapping:
Chris@0 29 break_phrase:
Chris@0 30 type: boolean
Chris@0 31 label: 'Allow multiple values'
Chris@0 32 not:
Chris@0 33 type: boolean
Chris@0 34 label: 'Exclude'
Chris@0 35
Chris@0 36 views.argument.vocabulary_vid:
Chris@0 37 type: views_argument
Chris@0 38 label: 'Vocabulary'
Chris@0 39 mapping:
Chris@0 40 break_phrase:
Chris@0 41 type: boolean
Chris@0 42 label: 'Allow multiple values'
Chris@0 43 not:
Chris@0 44 type: boolean
Chris@0 45 label: 'Exclude'
Chris@0 46
Chris@0 47
Chris@0 48 views.argument_validator.entity:taxonomy_term:
Chris@0 49 type: views.argument_validator_entity
Chris@0 50 label: 'Taxonomy term'
Chris@0 51
Chris@0 52 views.argument_validator.taxonomy_term_name:
Chris@0 53 type: views.argument_validator_entity
Chris@0 54 label: 'Taxonomy term'
Chris@0 55 mapping:
Chris@0 56 vids:
Chris@0 57 type: sequence
Chris@0 58 label: 'Vocabularies'
Chris@0 59 sequence:
Chris@0 60 type: string
Chris@0 61 label: 'Vocabulary'
Chris@0 62 transform:
Chris@0 63 type: boolean
Chris@0 64 label: 'Transform dashes in URL to spaces in term name filter values'
Chris@0 65
Chris@0 66 views.argument_default.taxonomy_tid:
Chris@0 67 type: mapping
Chris@0 68 label: 'Taxonomy term ID from URL'
Chris@0 69 mapping:
Chris@0 70 term_page:
Chris@0 71 type: string
Chris@0 72 label: 'Load default filter from term page'
Chris@0 73 node:
Chris@0 74 type: boolean
Chris@0 75 label: 'Load default filter from node page, that''s good for related taxonomy blocks'
Chris@0 76 limit:
Chris@0 77 type: boolean
Chris@0 78 label: 'Limit terms by vocabulary'
Chris@0 79 vids:
Chris@0 80 type: sequence
Chris@0 81 label: 'Vocabularies'
Chris@0 82 sequence:
Chris@0 83 type: string
Chris@0 84 label: 'Vocabulary'
Chris@0 85 anyall:
Chris@0 86 type: string
Chris@0 87 label: 'Multiple-value handling'
Chris@0 88
Chris@0 89 views.field.term_name:
Chris@0 90 type: views.field.field
Chris@0 91 mapping:
Chris@0 92 convert_spaces:
Chris@0 93 type: boolean
Chris@0 94 label: 'Convert spaces in term names to hyphens'
Chris@0 95
Chris@0 96 views.field.taxonomy_index_tid:
Chris@0 97 type: views_field
Chris@0 98 label: 'Taxonomy language'
Chris@0 99 mapping:
Chris@0 100 type:
Chris@0 101 type: string
Chris@0 102 label: 'Display type'
Chris@0 103 separator:
Chris@0 104 type: string
Chris@0 105 label: 'Separator'
Chris@0 106 link_to_taxonomy:
Chris@0 107 type: boolean
Chris@0 108 label: 'Link this field to its term page'
Chris@0 109 limit:
Chris@0 110 type: boolean
Chris@0 111 label: 'Limit terms by vocabulary'
Chris@0 112 vids:
Chris@0 113 type: sequence
Chris@0 114 label: 'Vocabularies'
Chris@0 115 sequence:
Chris@0 116 type: string
Chris@0 117 label: 'Vocabulary'
Chris@0 118
Chris@0 119 views.filter.taxonomy_index_tid:
Chris@0 120 type: views.filter.many_to_one
Chris@0 121 label: 'Taxonomy term ID'
Chris@0 122 mapping:
Chris@0 123 vid:
Chris@0 124 type: string
Chris@0 125 label: 'Vocabulary'
Chris@0 126 type:
Chris@0 127 type: string
Chris@0 128 label: 'Selection type'
Chris@0 129 hierarchy:
Chris@0 130 type: boolean
Chris@0 131 label: 'Show hierarchy in dropdown'
Chris@0 132 limit:
Chris@0 133 type: boolean
Chris@0 134 label: 'Limit to vocabulary'
Chris@0 135 error_message:
Chris@0 136 type: boolean
Chris@0 137 label: 'Display error message'
Chris@0 138 value:
Chris@0 139 type: sequence
Chris@0 140 label: 'Values'
Chris@0 141 sequence:
Chris@0 142 type: integer
Chris@0 143 label: 'Value'
Chris@0 144
Chris@0 145 views.filter.taxonomy_index_tid_depth:
Chris@0 146 type: views.filter.taxonomy_index_tid
Chris@0 147 label: 'Taxonomy term ID with depth'
Chris@0 148 mapping:
Chris@0 149 depth:
Chris@0 150 type: integer
Chris@0 151 label: 'Depth'
Chris@0 152
Chris@0 153 views.relationship.node_term_data:
Chris@0 154 type: views_relationship
Chris@0 155 label: 'Taxonomy term'
Chris@0 156 mapping:
Chris@0 157 vids:
Chris@0 158 type: sequence
Chris@0 159 label: 'Vocabularies'
Chris@0 160 sequence:
Chris@0 161 type: string
Chris@0 162 label: 'Vocabulary'