mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
New truncate_cells_html config for truncating cells, closes #330
This commit is contained in:
parent
2db2ae4f21
commit
fc9b1cc136
5 changed files with 54 additions and 0 deletions
|
|
@ -974,6 +974,7 @@ def test_config_json(app_client):
|
|||
"cache_size_kb": 0,
|
||||
"allow_csv_stream": True,
|
||||
"max_csv_mb": 100,
|
||||
"truncate_cells_html": 2048,
|
||||
} == response.json
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue