comlib/models/book.ini

35 lines
447 B
INI

[model]
name = Book
label = {{ this.title }}
[fields.title]
label = Title
type = string
[fields.author]
label = Author
type = string
[fields.publisher]
label = Publisher
type = string
[fields.pub_date]
label = Publication date
type = string
[fields.ebook]
label = Ebook file name
type = string
[fields.image]
label = Image name
type = string
[fields.orig]
label = Origin URL
type = url
[fields.cache]
label = Cached file name
type = string