|
@@ -10,19 +10,27 @@ components:
|
|
|
layout_properties: {slot: default}
|
|
layout_properties: {slot: default}
|
|
|
components:
|
|
components:
|
|
|
- type: TextArea
|
|
- type: TextArea
|
|
|
- properties: {}
|
|
|
|
|
- name: yaml_input
|
|
|
|
|
- layout_properties: {slot: default, grid_position: 'QBAEHF,LHVVNF'}
|
|
|
|
|
|
|
+ properties: {height: 237.23329999999999}
|
|
|
|
|
+ name: input
|
|
|
|
|
+ layout_properties: {slot: default, grid_position: 'QBAEHF,DZNSNI'}
|
|
|
- type: Button
|
|
- type: Button
|
|
|
properties: {role: null, align: center, tooltip: '', border: '', enabled: true,
|
|
properties: {role: null, align: center, tooltip: '', border: '', enabled: true,
|
|
|
- foreground: '', visible: true, text: 'Check
|
|
|
|
|
|
|
+ foreground: '', visible: true, text: JSON, font_size: null, font: '', spacing_above: small,
|
|
|
|
|
+ icon_align: left, spacing_below: small, italic: false, background: '', bold: false,
|
|
|
|
|
+ underline: false, icon: ''}
|
|
|
|
|
+ name: check_json
|
|
|
|
|
+ layout_properties: {grid_position: 'JUZPYY,WEZPAN'}
|
|
|
|
|
+ event_bindings: {click: check_json_click}
|
|
|
|
|
+ - type: Button
|
|
|
|
|
+ properties: {role: null, align: center, tooltip: '', border: '', enabled: true,
|
|
|
|
|
+ foreground: '', visible: true, text: 'YAML
|
|
|
|
|
|
|
|
', font_size: null, font: '', spacing_above: small, icon_align: left, spacing_below: small,
|
|
', font_size: null, font: '', spacing_above: small, icon_align: left, spacing_below: small,
|
|
|
italic: false, background: '', bold: false, underline: false, icon: ''}
|
|
italic: false, background: '', bold: false, underline: false, icon: ''}
|
|
|
- name: check
|
|
|
|
|
- layout_properties: {slot: default, grid_position: 'VTVZAV,KZXXGI'}
|
|
|
|
|
- event_bindings: {click: check_click}
|
|
|
|
|
|
|
+ name: check_yaml
|
|
|
|
|
+ layout_properties: {slot: default, grid_position: 'HOKUMP,WADNHD'}
|
|
|
|
|
+ event_bindings: {click: check_yaml_click}
|
|
|
- type: TextArea
|
|
- type: TextArea
|
|
|
- properties: {}
|
|
|
|
|
|
|
+ properties: {height: 223.96662214355467}
|
|
|
name: output
|
|
name: output
|
|
|
layout_properties: {grid_position: 'VSVEIR,ESSUYK', slot: default}
|
|
layout_properties: {grid_position: 'VSVEIR,ESSUYK', slot: default}
|