mirror of
https://github.com/photoprism/photoprism.git
synced 2025-10-20 15:45:30 +08:00
7 lines
175 B
Go
7 lines
175 B
Go
package customize
|
|
|
|
// TemplateSettings represents template settings for the UI and messaging.
|
|
type TemplateSettings struct {
|
|
Default string `json:"default" yaml:"Default"`
|
|
}
|