From bde14e3617ac7bba4152cbb6e7e1e498d8abdf9b Mon Sep 17 00:00:00 2001
From: Jonathan Matthews <github@hello.jonathanmatthews.com>
Date: Thu, 5 Dec 2024 15:41:15 +0000
Subject: [PATCH] playground: enable policy workspace

This is to enable review of cue-fmt UX only.

DO NOT REVIEW
DO NOT SUBMIT

Signed-off-by: Jonathan Matthews <github@hello.jonathanmatthews.com>
Change-Id: I89948a22ead2a61f883894601f939114fa46ed91
Dispatch-Trailer: {"type":"trybot","CL":1205273,"patchset":1,"ref":"refs/changes/73/1205273/1","targetBranch":"master"}
---
 playground/src/config/workspaces/policy.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/playground/src/config/workspaces/policy.ts b/playground/src/config/workspaces/policy.ts
index 69b198499..9354a1c60 100644
--- a/playground/src/config/workspaces/policy.ts
+++ b/playground/src/config/workspaces/policy.ts
@@ -3,14 +3,14 @@ import { OPTION_TYPE, optionCUE, optionJSON, optionTerminal, optionYAML } from '
 import { deepFreeze } from '@helpers/deep-freeze';
 
 export const policyWorkspace: Workspace = deepFreeze<Workspace>({
-    enabled: false,
+    enabled: true,
     type: WORKSPACE.POLICY,
     title: 'Policy',
     description: 'In the Policy Workspace you can play around with multiple inputs: Policy, Input & Data.',
     icon: 'workspace-policy',
     config: {
         func: {
-            enabled: false,
+            enabled: true,
         },
         inputTabs: [
             {