Gernott / mask

TYPO3 Extension Mask
https://www.facebook.com/typo3mask
GNU General Public License v2.0
128 stars 85 forks source link

icon file not displayed #598

Closed stephangrass closed 1 year ago

stephangrass commented 1 year ago

I wanted to assign an icon file to a repetition field via the icon path. However, this does not work. The icon is not displayed. I integrated it through EXT:myextension/Resources/Public/Icons/icon.svg. The result: <img src="/typo3/" ...

nhovratov commented 1 year ago

Hi @stephangrass, I will have a look thanks. Could you answer these questions please:

stephangrass commented 1 year ago

Ah, ok. TYPO3 12, Composer, Mask 8.3.5

nhovratov commented 1 year ago

Hey, I just tested it and it works for me. Did you add the Public folder, after you installed your extension? I could be possible, that your Public folder ist not published yet in _assets. You can just run composer install again and it should create it automatically.

stephangrass commented 1 year ago

I'm truly sorry for the trouble. I mistakenly used "my-extension" instead of "my_extension" as the extension key. Sometimes, you can't see the forest for the trees.

nhovratov commented 1 year ago

Happens to all of us, no problem :)