-
Notifications
You must be signed in to change notification settings - Fork 16
/
settings.yml
95 lines (94 loc) · 3.3 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
underline_button:
default: "Underline"
description:
en: Enter the text for the title of the button in the composer.
underline_text:
default: "Text"
description:
en: Enter the placeholder text that appears in the composer after the user clicks the button.
highlighter_button:
default: "Highlighter"
description:
en: Enter the text for the title of the button in the composer.
highlighter_text:
default: "Text"
description:
en: Enter the placeholder text that appears in the composer after the user clicks the button.
align_center_button:
default: "Center"
description:
en: Enter the text for the title of the button in the composer.
align_center_text:
default: "Text"
description:
en: Enter the placeholder text that appears in the composer after the user clicks the button.
align_left_button:
default: "Align left"
description:
en: Enter the text for the title of the button in the composer.
align_left_text:
default: "Text"
description:
en: Enter the placeholder text that appears in the composer after the user clicks the button.
align_right_button:
default: "Align right"
description:
en: Enter the text for the title of the button in the composer.
align_right_text:
default: "Text"
description:
en: Enter the placeholder text that appears in the composer after the user clicks the button.
align_justify_button:
default: "Justify"
description:
en: Enter the text for the title of the button in the composer.
align_justify_text:
default: "Text"
description:
en: Enter the placeholder text that appears in the composer after the user clicks the button.
strikethrough_button:
default: "Strike-through"
description:
en: Enter the text for the title of the button in the composer.
strikethrough_text:
default: "Text"
description:
en: Enter the placeholder text that appears in the composer after the user clicks the button.
float_left_button:
default: "Float left"
description:
en: Enter the text for the title of the button in the composer.
float_left_text:
default: "Text"
description:
en: Enter the placeholder text that appears in the composer after the user clicks the button.
superscript_button:
default: "Superscript"
description:
en: Enter the text for the title of the button in the composer.
superscript_text:
default: "Text"
description:
en: Enter the placeholder text that appears in the composer after the user clicks the button.
subscript_button:
default: "Subscript"
description:
en: Enter the text for the title of the button in the composer.
subscript_text:
default: "Text"
description:
en: Enter the placeholder text that appears in the composer after the user clicks the button.
columns_button:
default: "Columns"
description:
en: Enter the text for the title of the button in the composer.
columns_text:
default: "Use the closing tag to mark where the first column ends. The second column will autobreak."
description:
en: Enter the placeholder text that appears in the composer after the user clicks the button.
Svg_icons:
type: 'list'
list_type: 'compact'
default: 'align-center|align-right|align-justify|strikethrough|underline|indent|table-columns|superscript|subscript|highlighter'
description:
en: "Include FontAwesome 6 icon classes for each icon used in the list."