forum.schema.yml

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

File

drupal/core/modules/forum/config/schema/forum.schema.yml
View source
  1. # Schema for the configuration files of the Forum module.
  2. forum.settings:
  3. type: mapping
  4. label: 'Forum settings'
  5. mapping:
  6. block:
  7. type: mapping
  8. label: 'Forum blocks'
  9. mapping:
  10. active:
  11. type: mapping
  12. label: 'Active forum block'
  13. mapping:
  14. limit:
  15. type: integer
  16. label: 'Active forum Count'
  17. new:
  18. type: mapping
  19. label: 'New forum topics'
  20. mapping:
  21. limit:
  22. type: integer
  23. label: 'New forum Count'
  24. containers:
  25. type: sequence
  26. label: 'Containers to group related forums'
  27. sequence:
  28. - type: integer
  29. label: 'Taxonomy Term ID'
  30. topics:
  31. type: mapping
  32. label: 'Forum topics block'
  33. mapping:
  34. hot_threshold:
  35. type: integer
  36. label: 'Hot topic threshold'
  37. order:
  38. type: integer
  39. label: 'Forum default topic order'
  40. page_limit:
  41. type: integer
  42. label: 'Topics per page'
  43. vocabulary:
  44. type: string
  45. label: 'Forum vocabulary ID'