Skip to content

Commit

Permalink
dspace.cfg: remove old webui.itemlist properties
Browse files Browse the repository at this point in the history
These properties are no longer used in DSpace 7:

    webui.itemlist.widths
    webui.itemlist.*.widths
    webui.itemlist.tablewidth
  • Loading branch information
alanorth committed Jul 28, 2023
1 parent 380e838 commit 16c46c4
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions dspace/config/dspace.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1472,11 +1472,6 @@ log.report.dir = ${dspace.dir}/log
#
# webui.itemlist.columns = thumbnail, dc.date.issued(date), dc.title, dc.contributor.*
#
# You can customise the width of each column with the following line - you can have numbers (pixels)
# or percentages. For the 'thumbnail' column, a setting of '*' will use the max width specified
# for browse thumbnails (webui.browse.thumbnail.maxwidth, thumbnail.maxwidth)
# webui.itemlist.widths = *, 130, 60%, 40%

# Additionally, you can override the DC fields used on the listing page for
# a given browse index and/or sort option. As a sort option or index may be defined
# on a field that isn't normally included in the list, this allows you to display
Expand All @@ -1502,14 +1497,6 @@ log.report.dir = ${dspace.dir}/log
# and thumbnails in the item list
#
# webui.itemlist.dateaccessioned.columns = thumbnail, dc.date.accessioned(date), dc.title, dc.contributor.*
#
# As above, you can customise the width of the columns for each configured column list, substituting '.widths' for
# '.columns' in the property name. See the setting for webui.itemlist.widths for more details
# webui.itemlist.dateaccessioned.widths = *, 130, 60%, 40%

# You can also set the overall size of the item list table with the following setting. It can lead to faster
# table rendering when used with the column widths above, but not generally recommended.
# webui.itemlist.tablewidth = 100%

##### SFX Server (OpenURL) #####

Expand Down

0 comments on commit 16c46c4

Please sign in to comment.