select with images

main
alexanderroese 2024-07-17 23:26:24 +02:00
parent f8766c85af
commit 5b94a0413c
1 changed files with 1 additions and 1 deletions

View File

@ -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)