added external references for menus and message boxes too
This commit is contained in:
+7
-5
@@ -105,11 +105,13 @@ type AmConfig struct {
|
||||
VeniceCompatibleImageURLs bool `yaml:"veniceCompatibleImageURLs"`
|
||||
} `yaml:"rendering"`
|
||||
Resources struct {
|
||||
ViewTemplateDir string `yaml:"viewTemplateDir"`
|
||||
DialogTemplateDir string `yaml:"dialogTemplateDir"`
|
||||
EmailTemplateDir string `yaml:"emailTemplateDir"`
|
||||
ExternalContentPath string `yaml:"externalContentPath"`
|
||||
ExternalResourcePath string `yaml:"externalResourcePath"`
|
||||
ViewTemplateDir string `yaml:"viewTemplateDir"`
|
||||
DialogTemplateDir string `yaml:"dialogTemplateDir"`
|
||||
EmailTemplateDir string `yaml:"emailTemplateDir"`
|
||||
ExternalContentPath string `yaml:"externalContentPath"`
|
||||
ExternalResourcePath string `yaml:"externalResourcePath"`
|
||||
ExternalMenuDefinitions string `yaml:"externalMenuDefinitions"`
|
||||
ExternalMessageDefinitions string `yaml:"externalMessageDefinitions"`
|
||||
} `yaml:"resources"`
|
||||
Posting struct {
|
||||
ExternalDictionary string `yaml:"externalDictionary"`
|
||||
|
||||
@@ -55,6 +55,8 @@ resources:
|
||||
emailTemplateDir: ""
|
||||
externalContentPath: ""
|
||||
externalResourcePath: ""
|
||||
externalMenuDefinitions: ""
|
||||
externalMessageDefinitions: ""
|
||||
posting:
|
||||
externalDictionary: ""
|
||||
uploads:
|
||||
|
||||
Reference in New Issue
Block a user