You are here

taxonomy.schema.yml in Drupal 9

Same filename and directory in other branches
  1. 8 core/modules/taxonomy/config/schema/taxonomy.schema.yml
core/modules/taxonomy/config/schema/taxonomy.schema.yml

File

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