From 247e80649c3131b425ed5593e13cbd86ab3e6b43 Mon Sep 17 00:00:00 2001 From: Keegan George Date: Tue, 8 Jun 2021 18:35:03 -0700 Subject: [PATCH] DEV: Move pro support url to setting --- config/locales/server.en.yml | 1 + config/settings.yml | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 4bda825a..5f04e8a4 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -55,3 +55,4 @@ en: wizard_redirect_exclude_paths: "Routes excluded from wizard redirects." wizard_recognised_image_upload_formats: "File types which will result in upload displaying an image preview" wizard_apis_enabled: "Enable API features (experimental)." + wizard_pro_support_url: "URL Linking to Pavilion's PRO Support" diff --git a/config/settings.yml b/config/settings.yml index 0d93524d..e60da961 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -17,4 +17,8 @@ plugins: list_type: compact wizard_apis_enabled: client: true - default: false \ No newline at end of file + default: false + wizard_pro_support_url: + client: true + default: '' + type: string \ No newline at end of file