comlib/models/book.ini
HackerNCoder 26cca58f43 Edit bib.html to allow for multiple origs
Signed-off-by: HackerNCoder <hackerncoder@encryptionin.space>
2023-06-12 20:03:29 +00:00

35 lines
451 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 = strings
[fields.cache]
label = Cached file name
type = string