comlib/models/book.ini

40 lines
500 B
INI
Raw Normal View History

[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 = strings
2024-01-16 23:47:23 +00:00
[fields.html]
label = html folder name
type = string
[fields.orig]
label = Origin URL
type = strings
2024-01-16 23:47:23 +00:00
[fields.image]
label = Image name
type = string