* 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
30 lines
986 B
YAML
30 lines
986 B
YAML
- variable: stripPrefixRegex
|
|
label: stripPrefixRegex
|
|
schema:
|
|
type: list
|
|
default: []
|
|
items:
|
|
- variable: stripPrefixRegexEntry
|
|
label: ""
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
- variable: name
|
|
label: Name
|
|
schema:
|
|
type: string
|
|
required: true
|
|
- variable: regex
|
|
label: Regex
|
|
schema:
|
|
type: list
|
|
default: []
|
|
items:
|
|
- variable: regexEntry
|
|
label: Regex
|
|
schema:
|
|
type: string
|
|
required: true
|
|
default: ""
|