-
Notifications
You must be signed in to change notification settings - Fork 28
/
settings.yml
37 lines (37 loc) · 1.28 KB
/
settings.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
display_categories:
type: list
default: ""
description:
en: A list of categories where the "Board" button should appear. If left blank, it will be shown everywhere. Use @ to denote the top level view.
default_modes:
type: list
default: ""
description:
en: "Override the default board mode for each category. Use the syntax `category:mode:params`. For example, `support:assigned:david,sam,joffrey`. Use @ to denote the top level view. Use @untagged to display an untagged column."
default_view:
type: list
default: ""
description:
en: A list of categories where the "Board" is the default view. Does not yet support the top level default view.
require_confirmation:
default: true
description:
en: Display a confirmation modal before making changes to a topic's tags/category?
show_tags:
default: false
description:
en: Show tags on topic cards?
card_style:
default: detailed
type: enum
choices:
- simple
- detailed
show_topic_thumbnail:
default: false
description:
en: Display the topic thumbnail at the bottom of the card
show_activity_indicators:
default: false
description:
en: Display an indicator of a card's activity. If the topic has been bumped more than 7 days ago or more than 20 days ago a different style will be applied.