Integration & Configuration 

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

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