1
0
mirror of synced 2026-05-22 15:03:15 +00:00
Files
discourse-gated-topics-in-c…/settings.yml
T
Bannon Tanner 6228f42ee6 FEAT: add group level gating (#66)
Adds ability to gate topics by group membership. Shows separate subheading text and has input for a custom CTA button link.

Group gating can work independently of the category and tag gating, or in conjunction.
2026-03-19 14:10:52 -05:00

20 lines
628 B
YAML

enabled_categories:
type: list
list_type: category
default: ""
description: "Choose which categories that users need to sign up for."
enabled_tags:
type: list
list_type: tag
default: ""
description: "Choose which tags that users need to sign up for. The default is 'gated'."
enabled_groups:
type: list
list_type: group
default: ""
description: "Choose which groups users need to be a member of to view the content. Leave empty to allow all logged-in users."
group_custom_button_link:
type: string
default: ""
description: "Optionally specify a custom URL for the call-to-action button for groups."