Updated config descriptions

This commit is contained in:
Julian Prieber 2022-11-17 16:57:31 +01:00
parent fb3e9b7a59
commit 1bb8c7d4c1

View File

@ -1,82 +1,82 @@
[ [
{"value": "REGISTER_AUTH", {"value": "REGISTER_AUTH",
"title": "Enable email verification", "title": "Enable email verification",
"description": "First description" "description": "Determines if users have to verify their email when they register."
}, },
{"value": "NOTIFY_EVENTS", {"value": "NOTIFY_EVENTS",
"title": "Notify on events", "title": "Notify on events",
"description": "First description" "description": "Displays a notification if an event is in progress."
}, },
{"value": "NOTIFY_UPDATES", {"value": "NOTIFY_UPDATES",
"title": "Notify on updates", "title": "Notify on updates",
"description": "Second description" "description": "Displays a notification if a new update is available."
}, },
{"value": "DISPLAY_FOOTER", {"value": "DISPLAY_FOOTER",
"title": "Show footer", "title": "Show footer",
"description": "Third description" "description": "Determines whether the footer links should be displayed."
}, },
{"value": "DISPLAY_CREDIT", {"value": "DISPLAY_CREDIT",
"title": "Show credit", "title": "Show credit",
"description": "Fourth description" "description": "Determines whether the credit notice 'Powered by LittleLink Custom' should be displayed."
}, },
{"value": "HOME_URL", {"value": "HOME_URL",
"title": "Set user page as Home Page", "title": "Set user page as Home Page",
"description": "Fifth description" "description": "Set user page as Home Page"
}, },
{"value": "ALLOW_USER_HTML", {"value": "ALLOW_USER_HTML",
"title": "Allow extended syntax in user's descriptions", "title": "Allow extended syntax in user's descriptions",
"description": "Fifth description" "description": "This enables users to use special formatting like headings and links in their page description. This is generally considered save."
}, },
{"value": "APP_NAME", {"value": "APP_NAME",
"title": "Application title", "title": "Application title",
"description": "A change will logout every user" "description": "Sets the title of your app. A change will logout every active user."
}, },
{"value": "APP_KEY", {"value": "APP_KEY",
"title": "APP_KEY", "title": "APP_KEY",
"description": "Sixth description" "description": "APP_KEY"
}, },
{"value": "APP_URL", {"value": "APP_URL",
"title": "APP_URL", "title": "APP_URL",
"description": "Sixth description" "description": "APP_URL"
}, },
{"value": "ENABLE_BUTTON_EDITOR", {"value": "ENABLE_BUTTON_EDITOR",
"title": "Enable Button Editor", "title": "Enable Button Editor",
"description": "Sixth description" "description": "Determines whether users are allowed to customize their own buttons using CSS."
}, },
{"value": "APP_DEBUG", {"value": "APP_DEBUG",
"title": "App debug", "title": "APP_DEBUG",
"description": "Sixth description" "description": "APP_DEBUG"
}, },
{"value": "APP_ENV", {"value": "APP_ENV",
"title": "APP_ENV", "title": "APP_ENV",
"description": "Sixth description" "description": "APP_ENV"
}, },
{"value": "LOG_CHANNEL", {"value": "LOG_CHANNEL",
"title": "LOG_CHANNEL", "title": "LOG_CHANNEL",
"description": "Sixth description" "description": "LOG_CHANNEL"
}, },
{"value": "LOG_LEVEL", {"value": "LOG_LEVEL",
"title": "LOG_LEVEL", "title": "LOG_LEVEL",
"description": "Sixth description" "description": "LOG_LEVEL"
}, },
{"value": "MAINTENANCE_MODE", {"value": "MAINTENANCE_MODE",
"title": "Enable Maintenance Mode", "title": "Enable Maintenance Mode",
"description": "Seventh description" "description": "Displays a maintenance message on all public pages. This will disable the login pages."
}, },
@ -84,37 +84,37 @@
{"value": "MAIL_MAILER", {"value": "MAIL_MAILER",
"title": "MAIL_MAILER", "title": "MAIL_MAILER",
"description": "Eighth description" "description": "MAIL_MAILER"
}, },
{"value": "MAIL_HOST", {"value": "MAIL_HOST",
"title": "MAIL_HOST", "title": "MAIL_HOST",
"description": "Eighth description" "description": "MAIL_HOST"
}, },
{"value": "MAIL_PORT", {"value": "MAIL_PORT",
"title": "MAIL_PORT", "title": "MAIL_PORT",
"description": "Eighth description" "description": "MAIL_PORT"
}, },
{"value": "MAIL_USERNAME", {"value": "MAIL_USERNAME",
"title": "MAIL_USERNAME", "title": "MAIL_USERNAME",
"description": "Eighth description" "description": "MAIL_USERNAME"
}, },
{"value": "MAIL_PASSWORD", {"value": "MAIL_PASSWORD",
"title": "MAIL_PASSWORD", "title": "MAIL_PASSWORD",
"description": "Eighth description" "description": "MAIL_PASSWORD"
}, },
{"value": "MAIL_ENCRYPTION", {"value": "MAIL_ENCRYPTION",
"title": "MAIL_ENCRYPTION", "title": "MAIL_ENCRYPTION",
"description": "Eighth description" "description": "MAIL_ENCRYPTION"
}, },
{"value": "MAIL_FROM_ADDRESS", {"value": "MAIL_FROM_ADDRESS",
"title": "MAIL_FROM_ADDRESS", "title": "MAIL_FROM_ADDRESS",
"description": "Eighth description" "description": "MAIL_FROM_ADDRESS"
}, },
@ -125,41 +125,41 @@
{"value": "JOIN_BETA", {"value": "JOIN_BETA",
"title": "Join the Beta", "title": "Join the Beta",
"description": "Eighth description" "description": "Enables the use of beta versions when updating. Read more at: s.llc.ovh/b."
}, },
{"value": "SKIP_UPDATE_BACKUP", {"value": "SKIP_UPDATE_BACKUP",
"title": "Skip update backups", "title": "Skip update backups",
"description": "Eighth description" "description": "Skips backups when updating. This option is recommended to be enabled at all times, but it may cause errors in some configurations."
}, },
{"value": "CUSTOM_META_TAGS", {"value": "CUSTOM_META_TAGS",
"title": "Enable custom meta tags", "title": "Enable custom meta tags",
"description": "Eighth description" "description": "Enables use of custom meta tags in the head of all pages. Defined in Advanced Config."
}, },
{"value": "FORCE_HTTPS", {"value": "FORCE_HTTPS",
"title": "Force HTTPS", "title": "Force HTTPS",
"description": "Eighth description" "description": "Redirects all pages to https. When using http or when running behind a reverse proxy, this option will break your app."
}, },
{"value": "ALLOW_CUSTOM_CODE_IN_THEMES", {"value": "ALLOW_CUSTOM_CODE_IN_THEMES",
"title": "Allow custom code in themes", "title": "Allow custom code in themes",
"description": "Eighth description" "description": "Allows use of custom code in themes. If you use themes from unknown sources, this may pose a security risk."
}, },
{"value": "ENABLE_THEME_UPDATER", {"value": "ENABLE_THEME_UPDATER",
"title": "Enable Theme Updater", "title": "Enable Theme Updater",
"description": "Eighth description" "description": "Determines if the theme updater should be active."
}, },
{"value": "ENABLE_SOCIAL_LOGIN", {"value": "ENABLE_SOCIAL_LOGIN",
"title": "Enable social login", "title": "Enable social login",
"description": "Eighth description" "description": "Enables social login. This option requires further setup. Read more at: s.llc.ovh/social-login."
}, },
{"value": "USE_THEME_PREVIEW_IFRAME", {"value": "USE_THEME_PREVIEW_IFRAME",
"title": "Use iframe as theme preview", "title": "Use iframe as theme preview",
"description": "Eighth description" "description": "Determines if an internal iframe should be used as the preview for them theme page."
} }
] ]