taxonomy.schema.yml

drupal/core/modules/taxonomy/config/schema/taxonomy.schema.yml

File

drupal/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: mapping
  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: mapping
  17. label: 'Vocabulary'
  18. mapping:
  19. vid:
  20. type: string
  21. label: 'Machine name'
  22. name:
  23. type: label
  24. label: 'Name'
  25. description:
  26. type: label
  27. label: 'Description'
  28. hierarchy:
  29. type: boolean
  30. label: 'Hierarchy'
  31. weight:
  32. type: integer
  33. label: 'Weight'
  34. status:
  35. type: boolean
  36. label: 'Status'
  37. langcode:
  38. type: string
  39. label: 'Default language'