add DEFAULT_DISPLAY_MODE to .env.example

This commit is contained in:
ShuriZma 2023-10-14 12:55:50 +02:00
parent 801ae7c403
commit 7515d6fd5e
Signed by: ShuriZma
GPG Key ID: 8D289758EE9B8074
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ CURRENCY=$ # unit for prices etc
SPEED_UNIT=km/h # unit for top speed
FUEL_VOLUME_UNIT=l # unit for fuel volume
FIELDS=image,id,name,brand,class,storage,fuel_type,fuel_volume,seats,top_speed,price,vendor # list of fields that should be visible on the vehicle list (comma seperated). possible fields: image,id,name,brand,class,storage,fuel_type,fuel_volume,seats,top_speed,price,vendor
DEFAULT_DISPLAY_MODE=gridCards # default display mode for the vehicle list (gridCards, tableHorizontal, tableVertical)
LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null