Integration & Configuration 

Complete configuration reference and integration guide for the RTE CKEditor Image extension.

Changed in version 13.1.5

Added quality multipliers, noScale mode, SVG support, and new service architecture. See Quality Multipliers for quality settings.

Configuration Quick Reference 

For Custom RTE Presets 

These examples show how to create custom configurations that override the automatic defaults. If you just installed the extension and it's working, you don't need these.

Minimum Custom Toolbar 

# Only needed if customizing the default toolbar
editor:
  config:
    toolbar:
      items:
        - insertimage
Copied!

Custom Toolbar with Specific Buttons 

# Example: Custom preset with limited toolbar
editor:
  config:
    toolbar:
      items:
        - bold
        - italic
        - insertimage
Copied!

Configuration Patterns 

By Use Case 

By Component 

Configuration Topics 

🛠️ RTE Setup 

RTE configuration, presets, and toolbar setup

⚙️ TSConfig 

Page TSConfig settings, permissions, and file mounts

🖼️ Frontend Rendering 

TypoScript configuration and frontend rendering setup

🔧 Advanced Configuration 

Custom styles, performance optimization, and best practices

🛡️ Security 

Security features, file validation, and XSS protection