TYPO3-Headless / headless

TYPO3 Headless JSON API providing content for PWA application (e.g. javaScript apps like nuxt-typo3)
https://t3headless.io
GNU General Public License v2.0
160 stars 61 forks source link

[BUGFIX] Add option to process SVG files #783

Closed twoldanski closed 3 weeks ago

twoldanski commented 1 month ago

Resolves: #782

davidlemaitre commented 1 month ago

Hi @twoldanski, Tried this patch but dimensions of SVG image still no changes in the JSON output.

I enabled processSvg for textpic content elements like that : tt_content.textpic.fields.content.fields.gallery.dataProcessing.10.processingConfiguration.processSvg = 1

twoldanski commented 1 month ago

@davidlemaitre I updated patch, and also for textpic tt_content.textpic.fields.content.fields.gallery.dataProcessing.20.processingConfiguration.processSvg = 1

davidlemaitre commented 4 weeks ago

Hi @twoldanski, I confirm the patch works for me :-)