Skip to content

Commit

Permalink
playground: enable policy workspace
Browse files Browse the repository at this point in the history
This is to enable review of cue-fmt UX only.

DO NOT REVIEW
DO NOT SUBMIT

Signed-off-by: Jonathan Matthews <[email protected]>
Change-Id: I89948a22ead2a61f883894601f939114fa46ed91
Dispatch-Trailer: {"type":"trybot","CL":1205273,"patchset":1,"ref":"refs/changes/73/1205273/1","targetBranch":"master"}
  • Loading branch information
jpluscplusm authored and cueckoo committed Dec 5, 2024
1 parent 42294bb commit bde14e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playground/src/config/workspaces/policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down

0 comments on commit bde14e3

Please sign in to comment.