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
35 lines
1.1 KiB
YAML
35 lines
1.1 KiB
YAML
- variable: redirectRegex
|
|
label: redirectRegex
|
|
schema:
|
|
type: list
|
|
default: []
|
|
items:
|
|
- variable: redirectRegexEntry
|
|
label: ""
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
- variable: name
|
|
label: Name
|
|
schema:
|
|
type: string
|
|
required: true
|
|
- variable: regex
|
|
label: Regex
|
|
schema:
|
|
type: string
|
|
required: true
|
|
default: ""
|
|
- variable: replacement
|
|
label: Replacement
|
|
schema:
|
|
type: string
|
|
required: true
|
|
default: ""
|
|
- variable: permanent
|
|
label: Permanent
|
|
schema:
|
|
type: boolean
|
|
default: false
|