Skip to content

Commit b4c1bdf

Browse files
committed
Remove tag from all schemas
1 parent 1ae3403 commit b4c1bdf

File tree

1 file changed

+0
-50
lines changed

1 file changed

+0
-50
lines changed

packages/react-renderer-demo/src/app/pages/live-editor.js

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -388,56 +388,6 @@ const baseStructure = {
388388
],
389389
component: components.TAB_ITEM,
390390
},
391-
{
392-
title: 'Tab 5',
393-
description: 'New tab 4',
394-
key: '557',
395-
fields: [
396-
{
397-
title: 'Tag control',
398-
key: '644',
399-
fields: [
400-
{
401-
name: 'tag_control_1',
402-
label: 'Tag Control',
403-
title: 'Tag Control',
404-
dataType: 'string',
405-
component: components.TAG_CONTROL,
406-
},
407-
{
408-
name: 'tag_control_2',
409-
label: 'Tag Control single value',
410-
title: 'Tag Control single value',
411-
dataType: 'string',
412-
component: components.TAG_CONTROL,
413-
},
414-
{
415-
name: 'tag_control_3',
416-
label: 'Tag Control category',
417-
title: 'Tag Control category',
418-
dataType: 'string',
419-
component: components.TAG_CONTROL,
420-
options: [
421-
{
422-
423-
},
424-
{
425-
426-
},
427-
{
428-
429-
},
430-
{
431-
432-
},
433-
],
434-
},
435-
],
436-
component: components.SUB_FORM,
437-
},
438-
],
439-
component: components.TAB_ITEM,
440-
},
441391
{
442392
title: 'Mixed',
443393
description: '',

0 commit comments

Comments
 (0)