mirror of
https://github.com/discourse/discourse-gated-topics-in-category.git
synced 2025-03-09 14:34:00 +00:00
* add tags + minor css change * Update settings.yml * fix tag filtering * change var scope * FIX: Allow for topics with no tags Topics will sometimes have a null amount of tags. This change allows for those situations. * DEV: Add tests for gated tags * Joffrey's idiotmatic way Co-authored-by: David Taylor <david@taylorhq.com> Co-authored-by: Jamie Wilson <jamie.wilson@discourse.org>
11 lines
291 B
YAML
11 lines
291 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'."
|