29 lines
355 B
INI
29 lines
355 B
INI
|
[model]
|
||
|
name = Photograph
|
||
|
label = {{ this.title }}
|
||
|
hidden = true
|
||
|
|
||
|
[fields.title]
|
||
|
label = Title
|
||
|
type = string
|
||
|
|
||
|
[fields.photographer]
|
||
|
label = Photographer
|
||
|
type = string
|
||
|
|
||
|
[fields.copyright]
|
||
|
label = Copyright
|
||
|
type = string
|
||
|
|
||
|
[fields.location]
|
||
|
label = Location
|
||
|
type = string
|
||
|
|
||
|
[fields.date]
|
||
|
label = Date
|
||
|
type = datetime
|
||
|
|
||
|
[fiels.tags]
|
||
|
label = Tags
|
||
|
type = strings
|