pyWebLayout/ereader_bookmarks/my_novel_sales_table.json
Duncan Tourolle 65ab46556f
Some checks failed
Python CI / test (push) Failing after 3m55s
big update with ok rendering
2025-08-27 22:22:54 +02:00

56 lines
936 B
JSON

{
"path": [
{
"content_type": "document",
"index": 0,
"offset": 0,
"metadata": {}
},
{
"content_type": "chapter",
"index": 3,
"offset": 0,
"metadata": {}
},
{
"content_type": "block",
"index": 22,
"offset": 0,
"metadata": {}
},
{
"content_type": "table",
"index": 0,
"offset": 0,
"metadata": {
"table_type": "data",
"title": "Sales Figures"
}
},
{
"content_type": "table_row",
"index": 1,
"offset": 0,
"metadata": {
"row_type": "header"
}
},
{
"content_type": "table_cell",
"index": 0,
"offset": 0,
"metadata": {
"cell_type": "header",
"text": "Quarter"
}
}
],
"rendering_metadata": {
"font_scale": 1.1,
"page_size": [
600,
800
],
"theme": "dark"
}
}