From 8bf5261c2a204a8165216d55617ef82f2953f722 Mon Sep 17 00:00:00 2001 From: Keegan George Date: Tue, 22 Jun 2021 13:24:45 -0700 Subject: [PATCH] DEV: Hardcode pro-support url in button --- assets/javascripts/discourse/templates/admin-wizards.hbs | 2 +- config/settings.yml | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/assets/javascripts/discourse/templates/admin-wizards.hbs b/assets/javascripts/discourse/templates/admin-wizards.hbs index a1ab6ab1..9912713e 100644 --- a/assets/javascripts/discourse/templates/admin-wizards.hbs +++ b/assets/javascripts/discourse/templates/admin-wizards.hbs @@ -20,7 +20,7 @@ target="_blank" class="btn btn-pavilion-pro" rel="noreferrer noopener" - href={{siteSettings.wizard_pro_support_url}} + href="https://thepavilion.io/w/support" title={{ i18n "admin.wizard.pro_support_button.title" diff --git a/config/settings.yml b/config/settings.yml index e60da961..0d93524d 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -17,8 +17,4 @@ plugins: list_type: compact wizard_apis_enabled: client: true - default: false - wizard_pro_support_url: - client: true - default: '' - type: string \ No newline at end of file + default: false \ No newline at end of file