16 lines
233 B
YAML
16 lines
233 B
YAML
%YAML 1.2
|
|
---
|
|
version: 1.1
|
|
|
|
proxies:
|
|
description: Proxy configuration
|
|
type: leadership
|
|
|
|
title:
|
|
description: Title or Description
|
|
mandatory: false
|
|
|
|
color:
|
|
description: Color
|
|
regexp: ^#(?:[0-9a-f]{3}){1,2}$
|
|
...
|