comlib/models/book.ini
HackerNCoder e551166175 Add subtitle. Allow for multiple origs per ()
Signed-off-by: HackerNCoder <hackerncoder@encryptionin.space>
2023-06-13 14:34:13 +00:00

36 lines
447 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.ebook]
label = Ebook file name
type = string
[fields.image]
label = Image name
type = string
[fields.orig]
label = Origin URL
type = strings