Skip to content

Commit

Permalink
Fix imageWidth selection for single article block (regression introdu…
Browse files Browse the repository at this point in the history
…ced in 1.2.0)
  • Loading branch information
bago committed Nov 24, 2022
1 parent dd785d6 commit 0a27bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-def/template-versafix-1.htmml
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@
<block name="singleArticleBlock" label="Image/Text Block">
<block-inner>
<content>
<linked-img if="imageVisible" editable="image" width="534" placeholder-height="150" src="https://mosaico.io/srv/f-default/img?method=placeholder&amp;params=534%2C150" padding-bottom="8"></linked-img>
<linked-img if="imageVisible" editable="image" width="534" width-prop="imageWidth" placeholder-height="150" src="https://mosaico.io/srv/f-default/img?method=placeholder&amp;params=534%2C150" padding-bottom="8"></linked-img>
<text editable="text" if="titleVisible">Section Title</text>
<long-text editable="longText"><p>Far far away, behind the word mountains, far from the countries <a href="">Vokalia and Consonantia</a>, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia.</p></long-text>
<btn editable="buttonLink" if="buttonVisible" padding-top="2">BUTTON</btn>
Expand Down

0 comments on commit 0a27bfd

Please sign in to comment.