Skip to content

Commit

Permalink
feat(bazar): better image fit options for cards list displays @Melani…
Browse files Browse the repository at this point in the history
  • Loading branch information
mrflos committed Mar 29, 2024
1 parent 37ed852 commit a188957
Show file tree
Hide file tree
Showing 5 changed files with 151 additions and 132 deletions.
12 changes: 12 additions & 0 deletions docs/actions/bazarliste.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ actions:
- date_maj_fiche
label: _t(AB_bazarliste_displayfields_visual_label)
default: ""


bazarcard:
label: _t(AB_bazarcard_label)
Expand All @@ -338,6 +339,17 @@ actions:
vertical: _t(AB_bazarcard_style_vertical)
square: _t(AB_bazarcard_style_square)
horizontal: _t(AB_bazarcard_style_horizontal)
imgstyle:
type: list
label: _t(AB_bazarcard_imgstyle_label)
icon: image
default: cover
options:
contain: _t(AB_bazarcard_imgstyle_contain)
cover: _t(AB_bazarcard_imgstyle_cover)
nblines:
type: number
label: _t(AB_bazarcard_nblines_label)
div:
type: divider
label: _t(AB_bazarliste_displayfields_title)
Expand Down
Loading

0 comments on commit a188957

Please sign in to comment.