Typo3 CKEditor image from FAL -




i set fresh typo3 8.7.4 installation ckeditor , rte_ckeditor_image images fal.

in documentation rte_ckeditor_image says:

the maximum dimensions relate configuration magic images have set in page tsconfig:

# page tsconfig rte.default.buttons.image.options.magic {     maxwidth = 1020  # default: 300     maxheight = 800  # default: 1000 } 

i did this, still can't make width of image bigger 300px.

i looked @ source code typo3 already. there file typo3/sysext/core/classes/resource/service/magicimageservice.phpwhich got 2 variables: $magicimagemaximumwidth , $magicimagemaximumheight. if change value of them, can make width of image bigger 300px.

the file got function setmagicimagemaximumdimensions(array $rteconfiguration) should change thoose 2 variables seems doesn't so.

did wrong or impossible change maximumg image dimensions?

thanks.

remove comments after maxwidth , maxheight (# default: xxx) , try again.

comments in typo3 allowed new row not inline.





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -