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.
|
- title: {{ component.bpname }}
- extends@:
- type: default
- context: blueprints://pages
-
- form:
- fields:
- tabs:
- type: tabs
- active: 1
-
- fields:
- content:
- fields:
- header.an_example_text_field:
- type: text
- label: Add a number
- default: 5
- validate:
- required: true
- type: int
|