![License](https://img.shields.io/github/license/netresearch/t3x-rte_ckeditor_image) ![PHPStan](https://github.com/netresearch/t3x-rte_ckeditor_image/actions/workflows/phpstan.yml/badge.svg) ![PHPCodeSniffer](https://github.com/netresearch/t3x-rte_ckeditor_image/actions/workflows/phpcs.yml/badge.svg) ![CodeQL](https://github.com/netresearch/t3x-rte_ckeditor_image/actions/workflows/codeql-analysis.yml/badge.svg) ![Total downloads](https://typo3-badges.dev/badge/rte_ckeditor_image/downloads/shields.svg) ![TYPO3 extension](https://typo3-badges.dev/badge/rte_ckeditor_image/extension/shields.svg) ![Stability](https://typo3-badges.dev/badge/rte_ckeditor_image/stability/shields.svg) ![TYPO3 versions](https://typo3-badges.dev/badge/rte_ckeditor_image/typo3/shields.svg) ![Verified state](https://typo3-badges.dev/badge/rte_ckeditor_image/verified/shields.svg) ![Latest version](https://typo3-badges.dev/badge/rte_ckeditor_image/version/shields.svg) # Image support for CKEditor for TYPO3 This extension adds the TYPO3 image browser to CKEditor.\ Add issues or explore the project on [GitHub](https://github.com/netresearch/t3x-rte_ckeditor_image). ![](Resources/Public/Images/demo.gif?raw=true) - Same image handling as rtehtmlarea (magic images, usual RTE TSConfig supported) - Image browser as usual in e.g. FAL file selector - Dialog for changing width, height, alt and title (aspect ratio automatically maintained) ## Installation 1. Install the extension 1. with composer from [packagist](https://packagist.org/packages/netresearch/rte-ckeditor-image) ```shell composer req netresearch/rte-ckeditor-image ``` 2. download from [TYPO3 TER](https://extensions.typo3.org/extension/rte_ckeditor_image/) 2. Activate the extension 1. in Extension Manager 2. via command line ```shell ./typo3/cli_dispatch.phpsh extbase extension:install rte_ckeditor_image ``` 3. Add a preset for rte_ckeditor or override the default one (as below): ```php