forum.schema.yml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. # Schema for the configuration files of the Forum module.
  2. forum.settings:
  3. type: config_object
  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. topics:
  25. type: mapping
  26. label: 'Forum topics block'
  27. mapping:
  28. hot_threshold:
  29. type: integer
  30. label: 'Hot topic threshold'
  31. order:
  32. type: integer
  33. label: 'Forum default topic order'
  34. page_limit:
  35. type: integer
  36. label: 'Topics per page'
  37. vocabulary:
  38. type: string
  39. label: 'Forum vocabulary ID'
  40. block.settings.forum_active_block:
  41. type: block_settings
  42. label: 'Active forum topics block'
  43. mapping:
  44. properties:
  45. type: sequence
  46. label: 'Properties'
  47. sequence:
  48. type: string
  49. block_count:
  50. type: integer
  51. label: 'Block count'
  52. block.settings.forum_new_block:
  53. type: block_settings
  54. label: 'New forum topics block'
  55. mapping:
  56. properties:
  57. type: sequence
  58. label: 'Properties'
  59. sequence:
  60. type: string
  61. block_count:
  62. type: integer
  63. label: 'Block count'