Skip to content

Commit

Permalink
config: fix thumbnails sizes format
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Oct 8, 2023
1 parent 1331fdf commit 4faac62
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions site/zenodo_rdm/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,11 +330,11 @@ def lock_edit_record_published_files(record):
"""Lock editing already published files (enforce record versioning)."""

APP_RDM_RECORD_THUMBNAIL_SIZES = [
"10",
"50",
"100",
"250",
"750",
"1200",
10,
50,
100,
250,
750,
1200,
]
"""Thumbnail sizes."""

0 comments on commit 4faac62

Please sign in to comment.