Skip to content

Commit

Permalink
play: disable playground policy mode
Browse files Browse the repository at this point in the history
Policy mode is not yet finished. This change disables the mode until
it's complete.

Preview-Path: /play
Signed-off-by: Jonathan Matthews <[email protected]>
Change-Id: I91c251fedf0eab2aee1891c0196c3f520f5c328d
Dispatch-Trailer: {"type":"trybot","CL":1177139,"patchset":2,"ref":"refs/changes/39/1177139/2","targetBranch":"alpha"}
  • Loading branch information
jpluscplusm authored and cueckoo committed Feb 20, 2024
1 parent a186509 commit ab0f56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/src/config/workspaces/policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { OPTION_TYPE, optionCUE, optionJSON, optionTerminal, optionYAML } from '
import { deepFreeze } from '@helpers/deep-freeze';

export const policyWorkspace: Workspace = deepFreeze<Workspace>({
enabled: true,
enabled: false,
type: WORKSPACE.POLICY,
title: 'Policy',
description: 'In the Policy Workspace you can play around with multiple inputs: Policy, Input & Data.',
Expand Down

0 comments on commit ab0f56f

Please sign in to comment.