select with images

main
alexanderroese 2024-07-17 23:37:25 +02:00
parent 21ea890a1c
commit 140d2e5b81
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 assetBaseUrl = "{{ '' | asset_url }}";
const assetBaseUrl = "{{ 'shx-texte-font-arial.svg' | asset_url }}";
const imgSrc = `${assetBaseUrl}${fontAssetName}`;
console.log("fontAssetName", assetBaseUrl, fontAssetName, imgSrc)