diff --git a/config/config-legends.json b/config/config-legends.json deleted file mode 100644 index a0f7106..0000000 --- a/config/config-legends.json +++ /dev/null @@ -1,256 +0,0 @@ -[ - {"value": "REGISTER_AUTH", - "title": "Enable email verification", - "description": "Determines if users have to verify their email when they register." - }, - - {"value": "ALLOW_REGISTRATION", - "title": "Enable registration", - "description": "Determines whether users can register for your application." - }, - - {"value": "NOTIFY_EVENTS", - "title": "Notify on events", - "description": "Displays a notification if an event is in progress." - }, - - {"value": "NOTIFY_UPDATES", - "title": "Notify on updates", - "description": "Displays a notification if a new update is available." - }, - - {"value": "DISPLAY_FOOTER", - "title": "Show footer", - "description": "Determines whether the footer links should be displayed." - }, - - {"value": "DISPLAY_CREDIT", - "title": "Display credit on user pages", - "description": "Determines whether the credit notice should be displayed on users pages." - }, - - {"value": "DISPLAY_CREDIT_FOOTER", - "title": "Display credit in footer", - "description": "Determines whether the credit notice should be displayed in the footer." - }, - - {"value": "HOME_URL", - "title": "Set user page as Home Page", - "description": "Set user page as Home Page" - }, - - {"value": "ALLOW_USER_HTML", - "title": "Allow extended syntax in user's descriptions", - "description": "This enables users to use special formatting like headings and links in their page description.
This is generally considered safe." - }, - - {"value": "APP_NAME", - "title": "Application title", - "description": "Sets the title of your app. A change will logout every active user." - }, - - {"value": "APP_KEY", - "title": "APP_KEY", - "description": "APP_KEY" - }, - - {"value": "APP_URL", - "title": "APP_URL", - "description": "APP_URL" - }, - - {"value": "ENABLE_BUTTON_EDITOR", - "title": "Enable Button Editor", - "description": "Determines whether users are allowed to customize their own buttons using CSS." - }, - - {"value": "APP_DEBUG", - "title": "APP_DEBUG", - "description": "APP_DEBUG" - }, - - {"value": "APP_ENV", - "title": "APP_ENV", - "description": "APP_ENV" - }, - - {"value": "LOG_CHANNEL", - "title": "LOG_CHANNEL", - "description": "LOG_CHANNEL" - }, - - {"value": "LOG_LEVEL", - "title": "LOG_LEVEL", - "description": "LOG_LEVEL" - }, - - {"value": "MAINTENANCE_MODE", - "title": "Enable Maintenance Mode", - "description": "Displays a maintenance message on all public pages. This will disable the login pages." - }, - - - - - {"value": "MAIL_MAILER", - "title": "MAIL_MAILER", - "description": "MAIL_MAILER" - }, - - {"value": "MAIL_HOST", - "title": "MAIL_HOST", - "description": "MAIL_HOST" - }, - - {"value": "MAIL_PORT", - "title": "MAIL_PORT", - "description": "MAIL_PORT" - }, - - {"value": "MAIL_USERNAME", - "title": "MAIL_USERNAME", - "description": "MAIL_USERNAME" - }, - - {"value": "MAIL_PASSWORD", - "title": "MAIL_PASSWORD", - "description": "MAIL_PASSWORD" - }, - - {"value": "MAIL_ENCRYPTION", - "title": "MAIL_ENCRYPTION", - "description": "MAIL_ENCRYPTION" - }, - - {"value": "MAIL_FROM_ADDRESS", - "title": "MAIL_FROM_ADDRESS", - "description": "MAIL_FROM_ADDRESS" - }, - - - - - - - - {"value": "JOIN_BETA", - "title": "Join the Beta Program", - "description": "Enables the use of beta versions when updating. Read more about this here." - }, - - {"value": "SKIP_UPDATE_BACKUP", - "title": "Skip update backups", - "description": "Skips backups when updating. This option is recommended to be disabled at all times,
but it may cause errors in some configurations." - }, - - {"value": "CUSTOM_META_TAGS", - "title": "Enable custom meta tags", - "description": "Enables use of custom meta tags in the head of all pages. Defined in Advanced Config." - }, - - {"value": "FORCE_HTTPS", - "title": "Force links HTTPS", - "description": "Makes all links utilize HTTPS by default. It is advised to enable this option if you are using a reverse proxy." - }, - - {"value": "ALLOW_CUSTOM_CODE_IN_THEMES", - "title": "Allow custom code in themes", - "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", - "title": "Enable Theme Updater", - "description": "Determines if the theme updater should be active." - }, - - {"value": "ENABLE_SOCIAL_LOGIN", - "title": "Enable social login", - "description": "Enables social login. This option requires further setup. Read more about this here." - }, - - {"value": "USE_THEME_PREVIEW_IFRAME", - "title": "Use iframe as theme preview", - "description": "Determines if an internal iframe should be used as the preview for them theme page." - }, - - {"value": "FORCE_ROUTE_HTTPS", - "title": "Redirect all pages to HTTPS", - "description": "This option will break your setup when using a reverse proxy." - }, - - - {"value": "DISPLAY_FOOTER_HOME", - "title": "Home footer link", - "description": "Enable Home footer link." - }, - - {"value": "DISPLAY_FOOTER_TERMS", - "title": "Terms footer link", - "description": "Enable Terms footer link." - }, - - {"value": "DISPLAY_FOOTER_PRIVACY", - "title": "Privacy footer link", - "description": "Enable Privacy link." - }, - - {"value": "DISPLAY_FOOTER_CONTACT", - "title": "Contact footer link", - "description": "Enable Contact link." - }, - - {"value": "TITLE_FOOTER_HOME", - "title": "
", - "description": "Title of home footer link." - }, - - {"value": "TITLE_FOOTER_TERMS", - "title": "
", - "description": "Title of terms footer link." - }, - - {"value": "TITLE_FOOTER_PRIVACY", - "title": "
", - "description": "Title of privacy link." - }, - - {"value": "TITLE_FOOTER_CONTACT", - "title": "
", - "description": "Title of contact link." - }, - - {"value": "HOME_FOOTER_LINK", - "title": "
Home footer link URL
", - "description": "Enter any URL to redirect your home link URL.
Leave empty to use the default link." - }, - - {"value": "ALLOW_CUSTOM_BACKGROUNDS", - "title": "Allow custom backgrounds", - "description": "Allow users to upload custom background images for their pages." - }, - - {"value": "ALLOW_USER_IMPORT", - "title": "Allow users to import profiles from other instances", - "description": "Allows users to import their profile and links from an external file." - }, - - {"value": "ALLOW_USER_EXPORT", - "title": "Allow users to export their profile", - "description": "Allows users to export their own links and profile." - }, - - {"value": "MANUAL_USER_VERIFICATION", - "title": "Verify users manually", - "description": "Determines if admins have to manually verify newly registered users." - }, - - {"value": "ADMIN_EMAIL", - "title": "Admin email", - "description": "Used to send notification emails." - }, - - {"value": "HIDE_VERIFICATION_CHECKMARK", - "title": "Hide verification checkmark", - "description": "Hides verification badge displayed on admin and VIP pages." - } - ] diff --git a/resources/views/components/config/config.blade.php b/resources/views/components/config/config.blade.php index 21bab73..14f8feb 100644 --- a/resources/views/components/config/config.blade.php +++ b/resources/views/components/config/config.blade.php @@ -157,7 +157,6 @@ input[type=radio] + label {
@@ -182,7 +181,6 @@ document.getElementById("'.$key.'-form").addEventListener("change", function() {
@@ -207,7 +205,6 @@ document.getElementById("'.$key.'-form").addEventListener("change", function() { @@ -413,7 +410,6 @@ document.getElementById("MAINTENANCE_MODE-form").addEventListener("change", func {{text('TITLE_FOOTER_HOME')}} @php - $configNames = json_decode(file_get_contents(base_path('config/config-legends.json'))); $configValue = str_replace('"', "", EnvEditor::getKey('HOME_FOOTER_LINK')); @endphp