Emmanuel Garette
297fd1b9bc
The type is optional in choice type (if we have choices attributes, it's a choice option).
10 lines
271 B
YAML
10 lines
271 B
YAML
---
|
|
proxy_mode:
|
|
description: Configure Proxy Access to the Internet
|
|
choices:
|
|
- No proxy
|
|
- Auto-detect proxy settings for this network
|
|
- Use system proxy settings
|
|
- Manual proxy configuration
|
|
- Automatic proxy configuration URL
|
|
default: No proxy
|