added external directories for E-mail templates and dialog templates

This commit is contained in:
2026-03-04 22:59:34 -07:00
parent 95aee6cf75
commit 2b7225c269
5 changed files with 112 additions and 41 deletions
+2
View File
@@ -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"`