Search by

georgringer / image-editor

georgringer

Edit images directly in the TYPO3 file list using the Filerobot Image Editor.

1.0.0 2026-06-25 19:12 UTC

This package is auto-updated.

Last update: 2026-08-25 19:33:43 UTC


README

Edit images directly from the TYPO3 backend file list using the open-source Filerobot Image Editor.

image-edit.mp4

📦 Setup

Install with composer georgringer/image-editor or download from TER.

✅ Requirements

  • TYPO3 13 LTS, 14 LTS

⚙️ Configuration

The extension can be configured by UserTsConfig

# Enabled by default, but can be disabled for specific editors & groups
options.imageEditor.enable = 0

# Configure the available editor tabs
options.imageEditor.tabs = adjust,finetune,filters,annotate,resize

# Enable **additional image crop presets, include an optional label
options.imageEditor.cropPresets = 21:9, 5:4, Cinemascope=21:9, Story=9:16

🛠️ Development

composer build:install
composer build:update