added the default button set to the image server
This commit is contained in:
@@ -57,6 +57,7 @@ type AmConfig struct {
|
||||
Rendering struct {
|
||||
TemplateDir string `yaml:"templatedir"`
|
||||
CookieKey string `yaml:"cookiekey"`
|
||||
ButtonSet string `yaml:"buttonSet"`
|
||||
} `yaml:"rendering"`
|
||||
}
|
||||
|
||||
|
||||
@@ -15,3 +15,4 @@ database:
|
||||
rendering:
|
||||
templatedir: custom_templates
|
||||
cookiekey: ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
|
||||
buttonSet: classic
|
||||
|
||||
Reference in New Issue
Block a user