mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-04 18:25:04 +02:00
Renamed config env to TABLE_PARTS_DEFAULT_COLUMNS and updated documentation
This commit is contained in:
parent
1369091b90
commit
79262972aa
7 changed files with 14 additions and 9 deletions
|
@ -54,7 +54,7 @@ parameters:
|
|||
# Table settings
|
||||
######################################################################################################################
|
||||
partdb.table.default_page_size: '%env(int:TABLE_DEFAULT_PAGE_SIZE)%' # The default number of entries shown per page in tables
|
||||
partdb.table.default_part_columns: '%env(trim:string:TABLE_PART_DEFAULT_COLUMNS)%' # The default columns in part tables and their order
|
||||
partdb.table.parts.default_columns: '%env(trim:string:TABLE_PARTS_DEFAULT_COLUMNS)%' # The default columns in part tables and their order
|
||||
|
||||
######################################################################################################################
|
||||
# Sidebar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue