generated from tpl/obsidian-sample-plugin
Add width to book stack books
This commit is contained in:
parent
36e346a849
commit
f4c2aabf1f
|
@ -167,6 +167,8 @@
|
|||
<Book
|
||||
title={bookData.title}
|
||||
subtitle={bookData.subtitle}
|
||||
authors={bookData.authors}
|
||||
width={bookData.width}
|
||||
color={bookData.color}
|
||||
design={bookData.design}
|
||||
orientation="flat"
|
||||
|
|
Loading…
Reference in New Issue