form_template.yaml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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: Label
  8. properties: {}
  9. name: label_1
  10. layout_properties: {slot: hero}
  11. - type: FlowPanel
  12. properties: {}
  13. name: flow_panel_1
  14. layout_properties: {grid_position: 'CPLQVZ,XTXCAG', slot: default}
  15. components:
  16. - type: ColumnPanel
  17. properties: {}
  18. name: column_panel_1
  19. layout_properties: {}
  20. - type: Button
  21. properties: {role: null, align: left, tooltip: '', border: '', enabled: true,
  22. foreground: '', visible: true, text: 'YAML
  23. ', font_size: null, font: '', spacing_above: small, icon_align: left, spacing_below: small,
  24. italic: false, background: '', bold: false, underline: false, icon: ''}
  25. name: check_yaml
  26. layout_properties: {slot: default, grid_position: 'IVHSBH,EPWHFD'}
  27. event_bindings: {click: check_yaml_click}
  28. - type: Button
  29. properties: {role: null, align: right, tooltip: '', border: '', enabled: true,
  30. foreground: '', visible: true, text: JSON, font_size: null, font: '', spacing_above: small,
  31. icon_align: left, spacing_below: small, italic: false, background: '', bold: false,
  32. underline: false, icon: ''}
  33. name: check_json
  34. layout_properties: {grid_position: 'IVHSBH,AKJSSX'}
  35. event_bindings: {click: check_json_click}
  36. - type: TextArea
  37. properties: {role: null, align: left, height: 812.2333, tooltip: '', placeholder: '',
  38. border: '', enabled: true, foreground: '', visible: true, text: '', font_size: null,
  39. auto_expand: true, font: '', spacing_above: small, spacing_below: small, italic: false,
  40. background: '', bold: false, underline: false}
  41. name: input
  42. layout_properties: {slot: default, grid_position: 'IVHSBH,EPWHFD ZAELRL,ZLIOFD',
  43. column: null, width: 737.567}
  44. event_bindings: {}
  45. - type: TextArea
  46. properties: {role: null, align: left, height: 810.9666221435547, tooltip: '',
  47. placeholder: '', border: '', enabled: true, foreground: '', visible: true, text: '',
  48. font_size: null, auto_expand: true, font: '', spacing_above: small, spacing_below: small,
  49. italic: false, background: '', bold: false, underline: false}
  50. name: output
  51. layout_properties: {width: 802.567}
  52. event_bindings: {}