image with text link
parent
92374c0a1e
commit
75937af0d9
|
@ -30,15 +30,13 @@
|
|||
for block in section.blocks
|
||||
case block.type
|
||||
when 'button'
|
||||
if block.settings.button_link != blank
|
||||
assign button_link = block.settings.button_link
|
||||
endif
|
||||
assign button_link = block.settings.button_link
|
||||
endcase
|
||||
endfor
|
||||
%}
|
||||
|
||||
<script>
|
||||
console.log("here2", {{ button_link }})
|
||||
console.log("here3", {{ button_link }})
|
||||
</script>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue