Mercurial > hg > isophonics-drupal-site
annotate core/modules/taxonomy/config/schema/taxonomy.schema.yml @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | af1871eacc83 |
children |
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 weight: |
Chris@0 | 31 type: integer |
Chris@0 | 32 label: 'Weight' |
Chris@0 | 33 |
Chris@0 | 34 field.formatter.settings.entity_reference_rss_category: |
Chris@0 | 35 type: mapping |
Chris@0 | 36 label: 'Taxonomy format settings' |