From b1e44dd2f2509bee295f3f3bfb140fef76f8f47f Mon Sep 17 00:00:00 2001 From: Aileen Nowak Date: Mon, 25 Jul 2022 21:23:09 +0100 Subject: [PATCH] Added `explore` alpha feature flag --- ghost/admin/app/services/feature.js | 1 + ghost/admin/app/templates/settings/labs.hbs | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/ghost/admin/app/services/feature.js b/ghost/admin/app/services/feature.js index 7a1e0ec8bd..345a04d3b4 100644 --- a/ghost/admin/app/services/feature.js +++ b/ghost/admin/app/services/feature.js @@ -60,6 +60,7 @@ export default class FeatureService extends Service { @feature('beforeAfterCard') beforeAfterCard; @feature('comments') comments; @feature('newsletterPaywall') newsletterPaywall; + @feature('explore') explore; _user = null; diff --git a/ghost/admin/app/templates/settings/labs.hbs b/ghost/admin/app/templates/settings/labs.hbs index 6896c571dd..1531b616d2 100644 --- a/ghost/admin/app/templates/settings/labs.hbs +++ b/ghost/admin/app/templates/settings/labs.hbs @@ -239,6 +239,19 @@ +
+
+
+

Ghost Explore

+

+ Allow integration with Ghost Explore +

+
+
+ +
+
+
{{/if}}