taxonomy.schema.yml 855 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. hierarchy:
  29. type: integer
  30. label: 'Hierarchy'
  31. weight:
  32. type: integer
  33. label: 'Weight'
  34. field.formatter.settings.entity_reference_rss_category:
  35. type: mapping
  36. label: 'Taxonomy format settings'