From e8a01142bc15e0aef5021becfbdcb68f5c2317df Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Mon, 21 Feb 2022 16:45:30 +0100 Subject: [PATCH] Put portal links update under the feature flag refs https://github.com/TryGhost/Team/issues/1096 --- .../admin/app/components/gh-portal-links.hbs | 348 +++++++++++++++++- 1 file changed, 333 insertions(+), 15 deletions(-) diff --git a/ghost/admin/app/components/gh-portal-links.hbs b/ghost/admin/app/components/gh-portal-links.hbs index 20dbb3b5aa..0269ce706d 100644 --- a/ghost/admin/app/components/gh-portal-links.hbs +++ b/ghost/admin/app/components/gh-portal-links.hbs @@ -1,3 +1,4 @@ +{{#if (feature "selectablePortalLinks")}}