|
|
@@ -0,0 +1,28 @@
|
|
|
+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: {}
|
|
|
+ name: yaml_input
|
|
|
+ layout_properties: {slot: default, grid_position: 'QBAEHF,LHVVNF'}
|
|
|
+ - type: Button
|
|
|
+ properties: {role: null, align: center, tooltip: '', border: '', enabled: true,
|
|
|
+ foreground: '', visible: true, text: 'Check
|
|
|
+
|
|
|
+ ', font_size: null, font: '', spacing_above: small, icon_align: left, spacing_below: small,
|
|
|
+ italic: false, background: '', bold: false, underline: false, icon: ''}
|
|
|
+ name: check
|
|
|
+ layout_properties: {slot: default, grid_position: 'VTVZAV,KZXXGI'}
|
|
|
+ event_bindings: {click: check_click}
|
|
|
+ - type: TextArea
|
|
|
+ properties: {}
|
|
|
+ name: output
|
|
|
+ layout_properties: {grid_position: 'VSVEIR,ESSUYK', slot: default}
|