26 lines
425 B
YAML
26 lines
425 B
YAML
categories:
|
|
email: ~
|
|
|
|
settings:
|
|
email.format:
|
|
default: ''
|
|
type: string
|
|
category: email
|
|
enum:
|
|
- ''
|
|
- 'html'
|
|
- 'plain'
|
|
- 'both'
|
|
email.templateRootPaths:
|
|
default: ['']
|
|
type: stringlist
|
|
category: email
|
|
email.layoutRootPaths:
|
|
default: ['']
|
|
type: stringlist
|
|
category: email
|
|
email.partialRootPaths:
|
|
default: ['']
|
|
type: stringlist
|
|
category: email
|