Version 1
[yaffs-website] / web / core / modules / taxonomy / config / schema / taxonomy.schema.yml
1 # Schema for the configuration files of the Taxonomy module.
2
3 taxonomy.settings:
4   type: config_object
5   label: 'Taxonomy settings'
6   mapping:
7     maintain_index_table:
8       type: boolean
9       label: 'Maintain index table'
10     override_selector:
11       type: boolean
12       label: 'Override selector'
13     terms_per_page_admin:
14       type: integer
15       label: 'Number of terms per page'
16
17 taxonomy.vocabulary.*:
18   type: config_entity
19   label: 'Vocabulary'
20   mapping:
21     name:
22       type: label
23       label: 'Name'
24     vid:
25       type: string
26       label: 'Machine name'
27     description:
28       type: label
29       label: 'Description'
30     hierarchy:
31       type: integer
32       label: 'Hierarchy'
33     weight:
34       type: integer
35       label: 'Weight'
36
37 field.formatter.settings.entity_reference_rss_category:
38   type: mapping
39   label: 'Taxonomy format settings'