Hi,
I've created an item where I have to choose an icon. The icon is a svg file and instead of just using it in an img tag, I want to have the svg inline.
I tried using like this:
@{
string icon = GetString("Item.Icon")
}
@Include("@icon").
This is not working. I get this error: Include file icon.svg not found in Templates/Desings/design/Paragraph/template.cshtml.
I've tried "dotting" out of the paragraph folder, but without any luck.
Does anyone know if this is somehow possible to do?