Mercurial > hg > isophonics-drupal-site
annotate core/modules/taxonomy/config/schema/taxonomy.schema.yml @ 0:4c8ae668cc8c
Initial import (non-working)
author | Chris Cannam |
---|---|
date | Wed, 29 Nov 2017 16:09:58 +0000 |
parents | |
children | af1871eacc83 |
rev | line source |
---|---|
Chris@0 | 1 # Schema for the configuration files of the Taxonomy module. |
Chris@0 | 2 |
Chris@0 | 3 taxonomy.settings: |
Chris@0 | 4 type: config_object |
Chris@0 | 5 label: 'Taxonomy settings' |
Chris@0 | 6 mapping: |
Chris@0 | 7 maintain_index_table: |
Chris@0 | 8 type: boolean |
Chris@0 | 9 label: 'Maintain index table' |
Chris@0 | 10 override_selector: |
Chris@0 | 11 type: boolean |
Chris@0 | 12 label: 'Override selector' |
Chris@0 | 13 terms_per_page_admin: |
Chris@0 | 14 type: integer |
Chris@0 | 15 label: 'Number of terms per page' |
Chris@0 | 16 |
Chris@0 | 17 taxonomy.vocabulary.*: |
Chris@0 | 18 type: config_entity |
Chris@0 | 19 label: 'Vocabulary' |
Chris@0 | 20 mapping: |
Chris@0 | 21 name: |
Chris@0 | 22 type: label |
Chris@0 | 23 label: 'Name' |
Chris@0 | 24 vid: |
Chris@0 | 25 type: string |
Chris@0 | 26 label: 'Machine name' |
Chris@0 | 27 description: |
Chris@0 | 28 type: label |
Chris@0 | 29 label: 'Description' |
Chris@0 | 30 hierarchy: |
Chris@0 | 31 type: integer |
Chris@0 | 32 label: 'Hierarchy' |
Chris@0 | 33 weight: |
Chris@0 | 34 type: integer |
Chris@0 | 35 label: 'Weight' |
Chris@0 | 36 |
Chris@0 | 37 field.formatter.settings.entity_reference_rss_category: |
Chris@0 | 38 type: mapping |
Chris@0 | 39 label: 'Taxonomy format settings' |