Welcome to the Liquify Community

Updated 2 months ago

How can the client change the favicon?

Are there any attributes
j
C
c
4 comments
we are currently editing this in the converter. But for now you can add this to the settings_schema.json
[ { "name": "General Settings", "settings": [ { "type": "image_picker", "id": "favicon", "label": "Favicon Image", "info": "Will be scaled down to 32x32px" }, { "type": "image_picker", "id": "apple_touch_icon", "label": "Apple touch icon image", "info": "Will be scaled down to 120x120px" } ] } ]
@jonas.halbstark You can also use the favicon set in Webfow and Liquify respects that as well. At least on our site, it's use the favicon we set in Webflow πŸ˜„
yes that works to. But if you want that your customer can change it, use the code above
Add a reply
Sign up and join the conversation on Discord