Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
406 B

  1. title: {{ component.bpname }}
  2. extends@:
  3. type: default
  4. context: blueprints://pages
  5. form:
  6. fields:
  7. tabs:
  8. type: tabs
  9. active: 1
  10. fields:
  11. content:
  12. fields:
  13. header.an_example_text_field:
  14. type: text
  15. label: Add a number
  16. default: 5
  17. validate:
  18. required: true
  19. type: int