forked from 29th/discourse-custom-profile-link
-
Notifications
You must be signed in to change notification settings - Fork 2
/
settings.yml
24 lines (20 loc) · 823 Bytes
/
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
custom_profile_link_user_field_ids:
type: list
default: "1|"
description: The id(s) of your custom user field(s), e.g. 1, 2, etc.
custom_profile_link_labels:
type: list
default: "View external profile|"
description: The label(s) to add to the user's profile page, e.g. View external profile
custom_profile_link_prefixes:
type: list
default: "https://yoursite.com/users/|"
description: Optional text(s) to prepend before the user field value, e.g. https://yoursite.com/users/
custom_profile_link_orgs:
type: list
default: "Organization,1,2|"
description: "Organization style links, format of: label,id-of-name,id-of-url"
custom_profile_link_debug_mode:
type: bool
default: false
description: Enables logging debug information, e.g. "Script Loaded", User fields, etc