add users map #23
parent
9e8601085a
commit
bf3879e8b1
|
@ -21,6 +21,7 @@ type Config struct {
|
||||||
Token string // Anti CSRF token
|
Token string // Anti CSRF token
|
||||||
FrontMatter string // Default frontmatter to save files in
|
FrontMatter string // Default frontmatter to save files in
|
||||||
HugoEnabled bool // Enables the Hugo plugin for File Manager
|
HugoEnabled bool // Enables the Hugo plugin for File Manager
|
||||||
|
Users map[string]*UserConfig
|
||||||
}
|
}
|
||||||
|
|
||||||
// UserConfig contains the configuration for each user
|
// UserConfig contains the configuration for each user
|
||||||
|
|
Loading…
Reference in New Issue