From 622adfdc6910e62eda2b35ec39202c15bc1d2c7e Mon Sep 17 00:00:00 2001 From: Jonathan Matthews Date: Tue, 20 Feb 2024 16:13:06 +0000 Subject: [PATCH] WIP: disable playground policy mode Signed-off-by: Jonathan Matthews Change-Id: I91c251fedf0eab2aee1891c0196c3f520f5c328d Dispatch-Trailer: {"type":"trybot","CL":1177139,"patchset":1,"ref":"refs/changes/39/1177139/1","targetBranch":"alpha"} --- playground/src/config/workspaces/policy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/src/config/workspaces/policy.ts b/playground/src/config/workspaces/policy.ts index dc42ffa6ee..69b198499f 100644 --- a/playground/src/config/workspaces/policy.ts +++ b/playground/src/config/workspaces/policy.ts @@ -3,7 +3,7 @@ import { OPTION_TYPE, optionCUE, optionJSON, optionTerminal, optionYAML } from ' import { deepFreeze } from '@helpers/deep-freeze'; export const policyWorkspace: Workspace = deepFreeze({ - enabled: true, + enabled: false, type: WORKSPACE.POLICY, title: 'Policy', description: 'In the Policy Workspace you can play around with multiple inputs: Policy, Input & Data.',