12345678910111213141516171819202122232425 |
- groups:
- - name: Network Configuration
- description: Configure Network for Nginx
- questions:
- - variable: network
- label: ""
- group: Network Configuration
- schema:
- type: dict
- attrs:
- - variable: web_port
- label: WebUI Port
- description: The port for Nginx WebUI
- schema:
- type: int
- default: 8080
- required: true
- - variable: some_new_field
- label: Some New Field
- description: Some new field
- schema:
- type: int
- default: 0
- required: true
|