Skip to content

Commit 1bb8c7d

Browse files
committed
Updated config descriptions
1 parent fb3e9b7 commit 1bb8c7d

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

config/config-legends.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,120 +1,120 @@
11
[
22
{"value": "REGISTER_AUTH",
33
"title": "Enable email verification",
4-
"description": "First description"
4+
"description": "Determines if users have to verify their email when they register."
55
},
66

77
{"value": "NOTIFY_EVENTS",
88
"title": "Notify on events",
9-
"description": "First description"
9+
"description": "Displays a notification if an event is in progress."
1010
},
1111

1212
{"value": "NOTIFY_UPDATES",
1313
"title": "Notify on updates",
14-
"description": "Second description"
14+
"description": "Displays a notification if a new update is available."
1515
},
1616

1717
{"value": "DISPLAY_FOOTER",
1818
"title": "Show footer",
19-
"description": "Third description"
19+
"description": "Determines whether the footer links should be displayed."
2020
},
2121

2222
{"value": "DISPLAY_CREDIT",
2323
"title": "Show credit",
24-
"description": "Fourth description"
24+
"description": "Determines whether the credit notice 'Powered by LittleLink Custom' should be displayed."
2525
},
2626

2727
{"value": "HOME_URL",
2828
"title": "Set user page as Home Page",
29-
"description": "Fifth description"
29+
"description": "Set user page as Home Page"
3030
},
3131

3232
{"value": "ALLOW_USER_HTML",
3333
"title": "Allow extended syntax in user's descriptions",
34-
"description": "Fifth description"
34+
"description": "This enables users to use special formatting like headings and links in their page description. This is generally considered save."
3535
},
3636

3737
{"value": "APP_NAME",
3838
"title": "Application title",
39-
"description": "A change will logout every user"
39+
"description": "Sets the title of your app. A change will logout every active user."
4040
},
4141

4242
{"value": "APP_KEY",
4343
"title": "APP_KEY",
44-
"description": "Sixth description"
44+
"description": "APP_KEY"
4545
},
4646

4747
{"value": "APP_URL",
4848
"title": "APP_URL",
49-
"description": "Sixth description"
49+
"description": "APP_URL"
5050
},
5151

5252
{"value": "ENABLE_BUTTON_EDITOR",
5353
"title": "Enable Button Editor",
54-
"description": "Sixth description"
54+
"description": "Determines whether users are allowed to customize their own buttons using CSS."
5555
},
5656

5757
{"value": "APP_DEBUG",
58-
"title": "App debug",
59-
"description": "Sixth description"
58+
"title": "APP_DEBUG",
59+
"description": "APP_DEBUG"
6060
},
6161

6262
{"value": "APP_ENV",
6363
"title": "APP_ENV",
64-
"description": "Sixth description"
64+
"description": "APP_ENV"
6565
},
6666

6767
{"value": "LOG_CHANNEL",
6868
"title": "LOG_CHANNEL",
69-
"description": "Sixth description"
69+
"description": "LOG_CHANNEL"
7070
},
7171

7272
{"value": "LOG_LEVEL",
7373
"title": "LOG_LEVEL",
74-
"description": "Sixth description"
74+
"description": "LOG_LEVEL"
7575
},
7676

7777
{"value": "MAINTENANCE_MODE",
7878
"title": "Enable Maintenance Mode",
79-
"description": "Seventh description"
79+
"description": "Displays a maintenance message on all public pages. This will disable the login pages."
8080
},
8181

8282

8383

8484

8585
{"value": "MAIL_MAILER",
8686
"title": "MAIL_MAILER",
87-
"description": "Eighth description"
87+
"description": "MAIL_MAILER"
8888
},
8989

9090
{"value": "MAIL_HOST",
9191
"title": "MAIL_HOST",
92-
"description": "Eighth description"
92+
"description": "MAIL_HOST"
9393
},
9494

9595
{"value": "MAIL_PORT",
9696
"title": "MAIL_PORT",
97-
"description": "Eighth description"
97+
"description": "MAIL_PORT"
9898
},
9999

100100
{"value": "MAIL_USERNAME",
101101
"title": "MAIL_USERNAME",
102-
"description": "Eighth description"
102+
"description": "MAIL_USERNAME"
103103
},
104104

105105
{"value": "MAIL_PASSWORD",
106106
"title": "MAIL_PASSWORD",
107-
"description": "Eighth description"
107+
"description": "MAIL_PASSWORD"
108108
},
109109

110110
{"value": "MAIL_ENCRYPTION",
111111
"title": "MAIL_ENCRYPTION",
112-
"description": "Eighth description"
112+
"description": "MAIL_ENCRYPTION"
113113
},
114114

115115
{"value": "MAIL_FROM_ADDRESS",
116116
"title": "MAIL_FROM_ADDRESS",
117-
"description": "Eighth description"
117+
"description": "MAIL_FROM_ADDRESS"
118118
},
119119

120120

@@ -125,41 +125,41 @@
125125

126126
{"value": "JOIN_BETA",
127127
"title": "Join the Beta",
128-
"description": "Eighth description"
128+
"description": "Enables the use of beta versions when updating. Read more at: s.llc.ovh/b."
129129
},
130130

131131
{"value": "SKIP_UPDATE_BACKUP",
132132
"title": "Skip update backups",
133-
"description": "Eighth description"
133+
"description": "Skips backups when updating. This option is recommended to be enabled at all times, but it may cause errors in some configurations."
134134
},
135135

136136
{"value": "CUSTOM_META_TAGS",
137137
"title": "Enable custom meta tags",
138-
"description": "Eighth description"
138+
"description": "Enables use of custom meta tags in the head of all pages. Defined in Advanced Config."
139139
},
140140

141141
{"value": "FORCE_HTTPS",
142142
"title": "Force HTTPS",
143-
"description": "Eighth description"
143+
"description": "Redirects all pages to https. When using http or when running behind a reverse proxy, this option will break your app."
144144
},
145145

146146
{"value": "ALLOW_CUSTOM_CODE_IN_THEMES",
147147
"title": "Allow custom code in themes",
148-
"description": "Eighth description"
148+
"description": "Allows use of custom code in themes. If you use themes from unknown sources, this may pose a security risk."
149149
},
150150

151151
{"value": "ENABLE_THEME_UPDATER",
152152
"title": "Enable Theme Updater",
153-
"description": "Eighth description"
153+
"description": "Determines if the theme updater should be active."
154154
},
155155

156156
{"value": "ENABLE_SOCIAL_LOGIN",
157157
"title": "Enable social login",
158-
"description": "Eighth description"
158+
"description": "Enables social login. This option requires further setup. Read more at: s.llc.ovh/social-login."
159159
},
160160

161161
{"value": "USE_THEME_PREVIEW_IFRAME",
162162
"title": "Use iframe as theme preview",
163-
"description": "Eighth description"
163+
"description": "Determines if an internal iframe should be used as the preview for them theme page."
164164
}
165165
]

0 commit comments

Comments
 (0)