xperseguers / t3ext-image_autoresize

TYPO3 Extension image_autoresize. Simplify the way your editors may upload their images.
https://extensions.typo3.org/extension/image_autoresize
GNU General Public License v3.0
16 stars 22 forks source link

Settings file? #81

Closed eiranix closed 11 months ago

eiranix commented 1 year ago

I want to set the max width/height however the settings are not being saved. This is probably because it's trying to write a file to a read-only folder. So my quesiton is where is the file that stores these settings supposed to be located? (So I can allow write access for it) Or is there another way to manually apply these settings?

xperseguers commented 1 year ago

Same directory as your LocalConfiguration.php

eiranix commented 1 year ago

Ok thanks, can you let me know the filename also?

xperseguers commented 1 year ago

See https://github.com/xperseguers/t3ext-image_autoresize/blob/master/Classes/Controller/ConfigurationController.php#L563-L571