-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathsettings.yml
40 lines (31 loc) · 1.03 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
38
39
40
display_icon_titles:
default: true
description:
en: "Display titles"
icons_size:
default: 1.2
description:
en: "This setting changes the CSS font-size property of the icons (unit is em)"
tab_1_settings:
default: "Home, home, /"
description:
en: "Format is: <code><title>, <FA5 icon>, <relative url or route name>, <enabled? default true (optional)></code>"
tab_2_settings:
default: "Profile, user, userActivity.index"
tab_3_settings:
default: "Messages, envelope, userPrivateMessages.user.index"
tab_4_settings:
default: "Bookmarks, bookmark, userActivity.bookmarks"
tab_5_settings:
default: "Preferences, cog, preferences.account"
tab_6_settings:
default: "Notifications, comment, userNotifications.index, false"
extend_fa5_icons:
type: list
default: ""
description:
en: "Use this setting to add any icons you want to use that are not included in the default FA5 icons subset"
match_url_params:
default: false
description:
en: "Match full url without trim params"