| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- is_package: true
- container:
- type: HtmlTemplate
- properties: {tooltip: '', background: '', foreground: '', border: '', visible: true,
- role: null, html: '@theme:standard-page.html'}
- components:
- - type: Label
- properties: {}
- name: label_1
- layout_properties: {slot: hero}
- - type: FlowPanel
- properties: {}
- name: flow_panel_1
- layout_properties: {grid_position: 'CPLQVZ,XTXCAG', slot: default}
- components:
- - type: ColumnPanel
- properties: {}
- name: column_panel_1
- layout_properties: {}
- - type: Button
- properties: {role: null, align: left, 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: 'IVHSBH,EPWHFD'}
- event_bindings: {click: check_yaml_click}
- - type: Button
- properties: {role: null, align: right, 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: 'IVHSBH,AKJSSX'}
- event_bindings: {click: check_json_click}
- - type: TextArea
- properties: {role: null, align: left, height: 812.2333, tooltip: '', placeholder: '',
- border: '', enabled: true, foreground: '', visible: true, text: '', font_size: null,
- auto_expand: true, font: '', spacing_above: small, spacing_below: small, italic: false,
- background: '', bold: false, underline: false}
- name: input
- layout_properties: {slot: default, grid_position: 'IVHSBH,EPWHFD ZAELRL,ZLIOFD',
- column: null, width: 737.567}
- event_bindings: {}
- - type: TextArea
- properties: {role: null, align: left, height: 810.9666221435547, tooltip: '',
- placeholder: '', border: '', enabled: true, foreground: '', visible: true, text: '',
- font_size: null, auto_expand: true, font: '', spacing_above: small, spacing_below: small,
- italic: false, background: '', bold: false, underline: false}
- name: output
- layout_properties: {width: 802.567}
- event_bindings: {}
|