form_template.yaml 1.0 KB

12345678910111213141516171819202122232425262728
  1. is_package: true
  2. container:
  3. type: HtmlTemplate
  4. properties: {tooltip: '', background: '', foreground: '', border: '', visible: true,
  5. role: null, html: '@theme:standard-page.html'}
  6. components:
  7. - type: ColumnPanel
  8. properties: {col_widths: '{}'}
  9. name: content_panel
  10. layout_properties: {slot: default}
  11. components:
  12. - type: TextArea
  13. properties: {}
  14. name: yaml_input
  15. layout_properties: {slot: default, grid_position: 'QBAEHF,LHVVNF'}
  16. - type: Button
  17. properties: {role: null, align: center, tooltip: '', border: '', enabled: true,
  18. foreground: '', visible: true, text: 'Check
  19. ', font_size: null, font: '', spacing_above: small, icon_align: left, spacing_below: small,
  20. italic: false, background: '', bold: false, underline: false, icon: ''}
  21. name: check
  22. layout_properties: {slot: default, grid_position: 'VTVZAV,KZXXGI'}
  23. event_bindings: {click: check_click}
  24. - type: TextArea
  25. properties: {}
  26. name: output
  27. layout_properties: {grid_position: 'VSVEIR,ESSUYK', slot: default}