You are here

advanced_forum.schema.yml in Advanced Forum 8

config/schema/advanced_forum.schema.yml

File

config/schema/advanced_forum.schema.yml
View source
  1. # Schema for the configuration files of the Advanced Forum module.
  2. advanced_forum_autoload.settings:
  3. type: config_object
  4. label: 'Autoload Settings for Advanced Forum'
  5. mapping:
  6. advanced_forum_autoload_views:
  7. type: boolean
  8. label: 'Auto load included views'
  9. advanced_forum_autoload_page_handlers:
  10. type: boolean
  11. label: 'Auto load included page handlers'
  12. advanced_forum_forum_image.settings:
  13. type: config_object
  14. label: 'Image Settings for Advanced Forum'
  15. mapping:
  16. advanced_forum_forum_image_preset:
  17. type: string
  18. label: 'The image style to apply to the image.'
  19. advanced_forum_forum_image_field:
  20. type: string
  21. label: 'The image field to use to display forum images'
  22. advanced_forum_general.settings:
  23. type: config_object
  24. label: 'General Settings for Advanced Forum'
  25. mapping:
  26. advanced_forum_author_pane_join_date_type:
  27. type: string
  28. label: 'Author Pane - Join date, date type'
  29. advanced_forum_user_picture_preset:
  30. type: string
  31. label: 'User picture preset'
  32. advanced_forum_forum_user_term_fields:
  33. type: boolean
  34. label: 'Use fields from taxonomy term in forum'
  35. advanced_forum_keep_classes:
  36. type: boolean
  37. label: 'Keep default CSS classes (For experts only)'
  38. advanced_forum_views_as_tabs:
  39. type: boolean
  40. label: 'Add a tab for included views that have their own pages'
  41. advanced_forum_add_local_task:
  42. type: boolean
  43. label: 'Add a tab for forum view page'
  44. advanced_forum_style_all_comments:
  45. type: boolean
  46. label: 'Style all comments like forum replies'
  47. advanced_forum_style_only_forum_tagged:
  48. type: boolean
  49. label: 'Style nodes only if they have a forum term attached'
  50. advanced_forum_style_teasers:
  51. type: boolean
  52. label: 'Style nodes when being displayed as teasers'
  53. advanced_forum_styled_node_types:
  54. type: sequence
  55. label: 'Node types to style'
  56. sequence:
  57. type: string
  58. label: 'Node type'
  59. advanced_forum_style:
  60. type: string
  61. label: 'Advanced forum style'
  62. advanced_forum_lists.settings:
  63. type: config_object
  64. label: 'List Settings for Advanced Forum'
  65. mapping:
  66. advanced_forum_last_post_query:
  67. type: integer
  68. label: 'Number of last topics which will be used in search for "Last Post"'
  69. advanced_forum_topic_title_length:
  70. type: integer
  71. label: 'Number of characters to display for the topic title'
  72. advanced_forum_get_new_comments:
  73. type: boolean
  74. label: 'Get the number of new comments per forum on the forum list'
  75. advanced_forum_default_collapsed_list:
  76. type: sequence
  77. label: 'Containers collapsed by default'
  78. sequence:
  79. type: string
  80. label: 'Forum containers'
  81. advanced_forum_collapsible_containers:
  82. type: string
  83. label: 'Collapsible forum containers'
  84. advanced_forum_disable_breadcrumbs:
  85. type: boolean
  86. label: 'Disable breadcrumbs'