added external directories for E-mail templates and dialog templates
This commit is contained in:
@@ -104,6 +104,8 @@ type AmConfig struct {
|
||||
} `yaml:"rendering"`
|
||||
Resources struct {
|
||||
ViewTemplateDir string `yaml:"viewTemplateDir"`
|
||||
DialogTemplateDir string `yaml:"dialogTemplateDir"`
|
||||
EmailTemplateDir string `yaml:"emailTemplateDir"`
|
||||
ExternalContentPath string `yaml:"externalContentPath"`
|
||||
ExternalResourcePath string `yaml:"externalResourcePath"`
|
||||
} `yaml:"resources"`
|
||||
|
||||
@@ -49,6 +49,8 @@ rendering:
|
||||
veniceCompatibleImageURLs: false
|
||||
resources:
|
||||
viewTemplateDir: ""
|
||||
dialogTemplateDir: ""
|
||||
emailTemplateDir: ""
|
||||
externalContentPath: ""
|
||||
externalResourcePath: ""
|
||||
posting:
|
||||
|
||||
Reference in New Issue
Block a user