Files
photoprism/internal/config/customize/share.go
2024-07-02 07:36:52 +02:00

7 lines
145 B
Go

package customize
// ShareSettings represents content sharing settings.
type ShareSettings struct {
Title string `json:"title" yaml:"Title"`
}