| 123456789101112131415161718192021222324252627282930313233343536 |
- is_package: true
- container:
- type: HtmlTemplate
- properties: {tooltip: '', background: '', foreground: '', border: '', visible: true,
- role: null, html: '@theme:standard-page.html'}
- components:
- - type: ColumnPanel
- properties: {col_widths: '{}'}
- name: content_panel
- layout_properties: {slot: default}
- components:
- - type: TextArea
- properties: {height: 237.23329999999999}
- name: input
- layout_properties: {slot: default, grid_position: 'QBAEHF,DZNSNI'}
- - type: Button
- properties: {role: null, align: center, tooltip: '', border: '', enabled: true,
- 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,
- italic: false, background: '', bold: false, underline: false, icon: ''}
- name: check_yaml
- layout_properties: {slot: default, grid_position: 'HOKUMP,WADNHD'}
- event_bindings: {click: check_yaml_click}
- - type: TextArea
- properties: {height: 223.96662214355467}
- name: output
- layout_properties: {grid_position: 'VSVEIR,ESSUYK', slot: default}
|