Make image size in table values settable by env

This commit is contained in:
barisgit 2025-08-03 22:05:17 +02:00
parent 8b417d6441
commit 886def3527
5 changed files with 19 additions and 3 deletions

3
.env
View file

@ -111,6 +111,9 @@ TABLE_DEFAULT_PAGE_SIZE=50
# Configure which columns will be visible by default in the parts table (and in which order).
# This is a comma separated list of column names. See documentation for available values.
TABLE_PARTS_DEFAULT_COLUMNS=name,description,category,footprint,manufacturer,storage_location,amount
# The minimum and maximum size of preview images in tables (in pixels). Valid range: 10-100
TABLE_IMAGE_PREVIEW_MIN_SIZE=10
TABLE_IMAGE_PREVIEW_MAX_SIZE=30
##################################################################################
# Info provider settings