netresearch / t3x-rte_ckeditor_image

Image support in CKEditor for the TYPO3 ecosystem
GNU Affero General Public License v3.0
56 stars 65 forks source link

Default options in TSconfig #258

Closed agendartobias closed 10 months ago

agendartobias commented 11 months ago

Hey, is it possible to change default settings for this attributes: "Enlarge on Click", "Alternative Text - Set element specific value - so checkbox is unchecked" ?

Similar as: RTE.default { buttons.image.options.magic { maxWidth = 1920 maxHeight = 1280 } }

Gitsko commented 10 months ago

Unfortunately this will not be possible, the MaximumWidth and MaximumHeight is used in the MagicImageService and can therefore be predefined, for the other options I currently see no way to set defaults. :(