f5a8c5a45d
Signed-off-by: Michael Mayer <michael@photoprism.app>
6 lines
175 B
Go
6 lines
175 B
Go
package customize
|
|
|
|
// TemplateSettings represents template settings for the UI and messaging.
|
|
type TemplateSettings struct {
|
|
Default string `json:"default" yaml:"Default"`
|
|
}
|