File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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 "
You can’t perform that action at this time.
0 commit comments