Skip to content
Snippets Groups Projects
Commit f4bc9f87 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1919176 by sandipmkhairnar, vijaycs85, csg: Create configuration schemas for forum module.

parent 0aaed25e
No related branches found
No related tags found
No related merge requests found
# Schema for the configuration files of the Forum module.
forum.settings:
type: mapping
label: 'Forum settings'
mapping:
block:
type: mapping
label: 'Forum blocks'
mapping:
active:
type: mapping
label: 'Active forum block'
mapping:
limit:
type: integer
label: 'Active forum Count'
new:
type: mapping
label: 'New forum topics'
mapping:
limit:
type: integer
label: 'New forum Count'
containers:
type: sequence
label: 'Containers to group related forums'
sequence:
- type: integer
label: 'Taxonomy Term ID'
topics:
type: mapping
label: 'Forum topics block'
mapping:
hot_threshold:
type: integer
label: 'Hot topic threshold'
order:
type: integer
label: 'Forum default topic order'
page_limit:
type: integer
label: 'Topics per page'
vocabulary:
type: string
label: 'Forum vocabulary ID'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment