6228f42ee6
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.
20 lines
628 B
YAML
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."
|