-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsettings.yml
More file actions
50 lines (41 loc) · 1.53 KB
/
settings.yml
File metadata and controls
50 lines (41 loc) · 1.53 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
internal_domains:
type: list
default: ""
description: "Your forum and CDN domains (e.g., example.com|example-cdn.com). These will have NO icon and NO modal."
excluded_domains:
type: list
default: ""
description: "Trusted external domains (e.g., youtube.com|google.com). These will show a LOCK icon but skip the modal/shielding."
enable_anonymous_blocking:
type: bool
default: true
description: "Replace external links for anonymous users with a login prompt."
anonymous_redirect_url:
type: string
default: "/login"
description: "URL where anonymous users are redirected when trying to access external links. Leave empty to disable redirection."
enable_tl0_blocking:
type: bool
default: true
description: "Replace external links for TL0 users with a trust-level information link."
tl0_redirect_url:
type: string
default: ""
description: "URL where TL0 users are redirected when click the link. Leave empty to disable redirection."
enable_tl1_manual_reveal:
type: bool
default: true
description: "Require TL1 users to manually reveal external links."
enable_exit_confirmation:
type: bool
default: true
description: "Show an exit confirmation modal when users click external links."
exit_confirmation_continue_icon:
type: string
default: "arrow-up-right-from-square"
description: "Change the exit confirmation modal continue button icon."
svg_icons:
default: "arrow-up-right-from-square"
type: list
list_type: "compact"
description: "List of FontAwesome 6 icons used in this theme component"