form_template.yaml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536
  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: {height: 237.23329999999999}
  14. name: input
  15. layout_properties: {slot: default, grid_position: 'QBAEHF,DZNSNI'}
  16. - type: Button
  17. properties: {role: null, align: center, tooltip: '', border: '', enabled: true,
  18. foreground: '', visible: true, text: JSON, font_size: null, font: '', spacing_above: small,
  19. icon_align: left, spacing_below: small, italic: false, background: '', bold: false,
  20. underline: false, icon: ''}
  21. name: check_json
  22. layout_properties: {grid_position: 'JUZPYY,WEZPAN'}
  23. event_bindings: {click: check_json_click}
  24. - type: Button
  25. properties: {role: null, align: center, tooltip: '', border: '', enabled: true,
  26. foreground: '', visible: true, text: 'YAML
  27. ', font_size: null, font: '', spacing_above: small, icon_align: left, spacing_below: small,
  28. italic: false, background: '', bold: false, underline: false, icon: ''}
  29. name: check_yaml
  30. layout_properties: {slot: default, grid_position: 'HOKUMP,WADNHD'}
  31. event_bindings: {click: check_yaml_click}
  32. - type: TextArea
  33. properties: {height: 223.96662214355467}
  34. name: output
  35. layout_properties: {grid_position: 'VSVEIR,ESSUYK', slot: default}