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