add DEFAULT_DISPLAY_MODE to .env.example
This commit is contained in:
parent
801ae7c403
commit
7515d6fd5e
|
@ -14,6 +14,7 @@ CURRENCY=$ # unit for prices etc
|
||||||
SPEED_UNIT=km/h # unit for top speed
|
SPEED_UNIT=km/h # unit for top speed
|
||||||
FUEL_VOLUME_UNIT=l # unit for fuel volume
|
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
|
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_CHANNEL=stack
|
||||||
LOG_DEPRECATIONS_CHANNEL=null
|
LOG_DEPRECATIONS_CHANNEL=null
|
||||||
|
|
Loading…
Reference in New Issue