4c2ada63c9
* move tempaltes * update scripts * bump for test * print some info * move some more files * see what is taking so long * remove time * simple->LB * CRLF->LF * handle both LF and CRLF * bumps
27 lines
949 B
YAML
27 lines
949 B
YAML
- variable: capabilities
|
|
label: Capabilities
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
- variable: drop
|
|
label: Drop Capability
|
|
schema:
|
|
type: list
|
|
default: []
|
|
items:
|
|
- variable: dropEntry
|
|
label: ""
|
|
schema:
|
|
type: string
|
|
- variable: add
|
|
label: Add Capability
|
|
schema:
|
|
type: list
|
|
default: []
|
|
items:
|
|
- variable: addEntry
|
|
label: ""
|
|
schema:
|
|
type: string
|