comlib/models/book.ini
2024-09-01 19:30:27 +02:00

57 lines
757 B
INI

[model]
name = Book
label = {{ this.title }}
[fields.title]
label = Title
type = string
[fields.subtitle]
label = Subtitle
type = string
[fields.author]
label = Author
type = string
[fields.publisher]
label = Publisher
type = string
[fields.pub_date]
label = Publication date
type = string
[fields.epub]
label = epub file name
type = string
[fields.external]
label = external epub hosts
type = strings
[fields.html]
label = html folder name
type = string
[fields.prolewiki]
label = prolewiki Library: name
type = string
[fields.marxists]
label = marxists.org url
type = string
[fields.orig]
label = Origin URL
type = strings
[fields.image]
label = Image name
type = string
[fields.selected]
label = Selected work
type = boolean
default = false