select with images

main
alexanderroese 2024-07-17 23:27:02 +02:00
parent 5b94a0413c
commit 75d3ee008d
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 = "{{ `${fontAssetName}` | asset_url }}"
console.log("fontAssetName", fontAssetName, imgSrc)