Download the PHP package netresearch/rte-ckeditor-image without Composer
On this page you can find all versions of the php package netresearch/rte-ckeditor-image. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download netresearch/rte-ckeditor-image
More information about netresearch/rte-ckeditor-image
Files in netresearch/rte-ckeditor-image
Package rte-ckeditor-image
Short Description Image support in CKEditor for the TYPO3 ecosystem
License AGPL-3.0
Homepage https://github.com/netresearch/t3x-rte_ckeditor_image
Informations about the package rte-ckeditor-image
Image support for CKEditor for TYPO3
This extension adds the TYPO3 image browser to CKEditor.\ Add issues or explore the project on GitHub.
- 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
-
Install the extension
- with composer from packagist
-
Add a preset for rte_ckeditor or override the default one (as below):
-
Enable RTE config preset (e.g.
default
) -
Include extension Static Template file
- go to Template » Info/Modify » Edit whole template record » Includes
- choose
CKEditor Image Support
forInclude static (from extensions)
before the Fluid Styled content
Configuration
(optional) Configure the Extension Configuration for this extension:
fetchExternalImages: By default, if an img source is an external URL, this image will be fetched and uploaded to the current BE users uploads folder. The default behaviour can be turned off with this option.
Maximum width/height
The maximum dimensions relate to the configuration for magic images which have to be set in Page TSConfig:
Current versions of TYPO3 won't render TSConfig settings correctly out of custom template extensions (see the corresponding T3 bug: https://forge.typo3.org/issues/87068). In this case just add the settings to root page config.
Usage as lightbox with fluid_styled_content
Configure a default css class for every image
Image lazyload support
The extension supports TYPO3 lazyload handling (fluid_styled_content) for native browser lazyload.
Allowed extensions
By default, the extensions from $TYPO3_CONF_VARS['GFX']['imagefile_ext']
are allowed. However, you can override this for CKEditor by adding the following to your YAML configuration:
Deployment
- developed on GitHub
- composer repository
- new version will automatically be uploaded to TER via Github Action when creating a new Github release
All versions of rte-ckeditor-image with dependencies
ext-libxml Version *
typo3/cms-core Version ^12.4
typo3/cms-backend Version ^12.4
typo3/cms-frontend Version ^12.4
typo3/cms-recordlist Version ^12.4
typo3/cms-extbase Version ^12.4
typo3/cms-rte-ckeditor Version ^12.4