chapoi beaccbb89a
FEATURE: add tag-based gated content (#13)
* 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>
2022-09-02 15:56:41 +02:00

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'."