forked from discourse/discourse-icon-header-links
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.yml
29 lines (29 loc) · 1.1 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
Header_links:
type: list
default: "Desktop mobile link, fab-facebook, https://facebook.com, vdm, blank|Mobile-only link, fab-twitter, https://twitter.com, vmo, blank"
description:
en: "Comma delimited in this order: <br>
<b>title, icon, URL, view, target</b>
<br>
<br>
<b>title</b>: the desired title you want the link to have (when hovered). <br>
<b>icon</b>: the icon you want the link to have. <br>
<b>URL</b>: the desired URL you want the link to point to. <br>
<b>View</b>:
<ul>
<li>visible on both desktop and mobile devices (vdm)</li>
<li>Desktop only (vdo).</li>
<li>mobile only (vmo).</li>
</ul>
<b>Target</b>: same tab (self) or new tab (blank)."
add_whitespace:
type: bool
default: false
description:
en: "If checked, this will add some whitespace between the default Discourse header icons and the custom icons added via this component"
Svg_icons:
type: "list"
list_type: "compact"
default: "fab-facebook|fab-twitter"
description:
en: "Include FontAwesome 5 icon classes for each icon used in the list."