24 lines
362 B
YAML
24 lines
362 B
YAML
---
|
|
version: '1.1'
|
|
|
|
leadership:
|
|
description: a leadership
|
|
type: leadership
|
|
|
|
leader:
|
|
description: aleader
|
|
default:
|
|
- a
|
|
- b
|
|
|
|
follower:
|
|
description: a follower
|
|
default: value
|
|
disabled:
|
|
jinja: |
|
|
{% if not index %}
|
|
the first follower
|
|
{% endif %}
|
|
params:
|
|
index:
|
|
type: index
|