From d9febc168eef9b86f1b0d3aa5e462a55cc438e2b Mon Sep 17 00:00:00 2001 From: ilkin-overleaf <100852799+ilkin-overleaf@users.noreply.github.com> Date: Tue, 4 Feb 2025 13:05:17 +0200 Subject: [PATCH] Merge pull request #23313 from overleaf/ls-feature-flag-for-consolidated-plans Add a separate feature flag for consolidated plans GitOrigin-RevId: e048bf51fa9481506f884ba04bb0ba1a0605b43c --- services/web/frontend/js/utils/meta.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/frontend/js/utils/meta.ts b/services/web/frontend/js/utils/meta.ts index e02f3c09a7..667f2f1fc9 100644 --- a/services/web/frontend/js/utils/meta.ts +++ b/services/web/frontend/js/utils/meta.ts @@ -63,6 +63,7 @@ export interface Meta { // dynamic keys based on permissions 'ol-canUseFlexibleLicensing': boolean + 'ol-canUseFlexibleLicensingForConsolidatedPlans': boolean 'ol-cannot-add-secondary-email': boolean 'ol-cannot-change-password': boolean 'ol-cannot-delete-own-account': boolean