f5a8c5a45d
Signed-off-by: Michael Mayer <michael@photoprism.app>
8 lines
238 B
Go
8 lines
238 B
Go
package customize
|
|
|
|
// StackSettings represents settings for files that belong to the same photo.
|
|
type StackSettings struct {
|
|
UUID bool `json:"uuid" yaml:"UUID"`
|
|
Meta bool `json:"meta" yaml:"Meta"`
|
|
Name bool `json:"name" yaml:"Name"`
|
|
}
|