Skip to content

Commit

Permalink
fix: default value for show_type in card-with-image-template (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini authored Mar 13, 2024
1 parent 053183b commit fe95462
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const CardWithImageTemplate = (props) => {
show_block_bg = false,
always_show_image = false,
set_four_columns = false,
show_type = true,
show_type = false,
show_section,
show_icon = true,
show_description = true,
Expand Down

0 comments on commit fe95462

Please sign in to comment.