select with images
parent
5b94a0413c
commit
75d3ee008d
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue