How to add link on collage in dawn theme??

Hello @mderrats , I recently encountered a similar issue and managed to solve it. The problem lies in the inconsistency between the id used in the schema and the anchor tag.

In your liquid code, you’re using block.settings.img_link, while in the schema, it’s referred to as image_link. To resolve this, make sure to synchronize both terms to be the same. This should resolve the issue you’re facing.

1 Like