Skip to content

Commit

Permalink
Add preview to riddle overview
Browse files Browse the repository at this point in the history
  • Loading branch information
Isti01 committed Sep 29, 2024
1 parent 27af454 commit 29b918d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ data class RiddleEntity(
@field:JsonView(value = [ Edit::class, Preview::class, FullDetails::class ])
@Column(nullable = false)
@property:GenerateInput(type = INPUT_TYPE_FILE, order = 2, label = "A képrejtvény", fileType = "image")
@property:GenerateOverview(visible = false)
@property:GenerateOverview(columnName = "Kép", order = 0, renderer = OVERVIEW_TYPE_CDN_IMAGE, cdnImageFolder = "riddles")
var imageUrl: String = "",

@field:JsonView(value = [ Edit::class ])
Expand Down

0 comments on commit 29b918d

Please sign in to comment.