select with images
parent
f8766c85af
commit
5b94a0413c
|
@ -665,7 +665,7 @@
|
|||
if (isInputShxFont) {
|
||||
const fontAssetName = `shx-texte-font-${optionValue.toLowerCase().split(" ").join("-")}.svg`
|
||||
|
||||
const imgSrc = "{{ "shx-texte-font-arial.svg" | asset_url }}"
|
||||
const imgSrc = "{{ 'shx-texte-font-arial.svg' | asset_url }}"
|
||||
|
||||
console.log("fontAssetName", fontAssetName, imgSrc)
|
||||
|
||||
|
|
Loading…
Reference in New Issue