select with images

main
alexanderroese 2024-07-17 23:26:14 +02:00
parent a82f490a79
commit f8766c85af
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 = "{{ fontAssetName | asset_url }}"
const imgSrc = "{{ "shx-texte-font-arial.svg" | asset_url }}"
console.log("fontAssetName", fontAssetName, imgSrc)