Skip to content

Commit a091164

Browse files
committed
Simplify Processing Mode selection UX.
1 parent b993836 commit a091164

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

playground/next/editor.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ window.app = createApp({
330330
inputTab: 'json-ld',
331331
outputTab: 'expanded',
332332
options: {
333-
processingMode: '',
333+
processingMode: 'json-ld-1.1',
334334
base: '',
335335
compactArrays: true,
336336
compactToRelative: true,

playground/next/index.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,6 @@ <h2 class="ui massive header">JSON-LD Playground</h2>
143143
<form class="ui form">
144144
<div class="inline fields" id="options-api-processingMode">
145145
<label for="options-api-processingMode" class="two wide field">Processing Mode</label>
146-
<div class="field">
147-
<div class="ui radio checkbox">
148-
<input type="radio" id="options-api-processingMode-default" name="processingMode" value="" checked
149-
v-model="options.processingMode" @change="setOutputTab()">
150-
<label for="options-api-processingMode-default">Default</label>
151-
</div>
152-
</div>
153146
<div class="field">
154147
<div class="ui radio checkbox">
155148
<input type="radio" id="options-api-processingMode-1-0" name="processingMode" value="json-ld-1.0"

0 commit comments

Comments
 (0)