mirror of
https://github.com/photoprism/photoprism.git
synced 2025-10-20 15:45:30 +08:00
7 lines
145 B
Go
7 lines
145 B
Go
package customize
|
|
|
|
// ShareSettings represents content sharing settings.
|
|
type ShareSettings struct {
|
|
Title string `json:"title" yaml:"Title"`
|
|
}
|