“”

TYPO3 CMS Visual Editor TYPO3 CMS Visual Editor

visual_editor / stable

Brings a modern WYSIWYG editing experience to TYPO3 CMS.

This version supports TYPO3

Older versions also support TYPO3

Composer support

composer require friendsoftypo3/visual-editor

Tags

#visual_editing #WYSIWYG #frontend_editing #Frontend #editing #feedit #editor #frontend-editing #frontend-editor #CKEditor #frontendediting

Last upload comment

1.4.2

## What's Changed
* [BUGFIX] Fix f:mark.contentArea in v14 by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/77


**Full Changelog**: https://github.com/FriendsOfTYPO3/visual_editor/compare/1.4.1...1.4.2

https://github.com/FriendsOfTYPO3/visual_editor/releases/tag/1.4.2

Downloads by month

Download 1.4.2 Extension Manual Found an Issue? Code Insights Packagist.org
Author
Matthis Vogel
Last update
10. May 2026
First upload
14. Mar 2026
Downloads
2,374
Category
Backend
Dependencies
  • PHP (>=8.2.0 <=8.5.99)
  • TYPO3 (>=13.0.0 <=14.4.99)

Installation

  1. Download ZIP file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the ZIP file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.
  1. Go to your folder where the root composer.json file is located
  2. Type: composer require friendsoftypo3/visual-editor to get the latest version that runs on your TYPO3 version.
  1. Download T3X file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the T3X file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.

Other extensions by this user (6)

Version history

Version Upload comment Works with TYPO3 Download
1.4.2 / stable
May 10, 2026
1.4.2

## What's Changed
* [BUGFIX] Fix f:mark.contentArea in v14 by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/77


**Full Changelog**: https://github.com/FriendsOfTYPO3/visual_editor/compare/1.4.1...1.4.2

https://github.com/FriendsOfTYPO3/visual_editor/releases/tag/1.4.2
>=13.0.0 <=14.4.99 Download
1.4.1 / stable
April 30, 2026
1.4.1 Improve Visual Editor accessibility

Improves accessibility across Visual Editor controls with labels, keyboard activation, focus styling, semantic roles, and localized accessibility texts. This makes editor actions easier to use with keyboards and assistive technologies, and adds README guidance about project-level accessibility responsibilities.

## What's Changed
* [TASK] add functional and unit test setup by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/73
* [TASK] improve visual editor accessibility by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/74


**Full Changelog**: https://github.com/FriendsOfTYPO3/visual_editor/compare/1.4.0...1.4.1

https://github.com/FriendsOfTYPO3/visual_editor/releases/tag/1.4.1
>=13.0.0 <=14.4.99 Download
1.4.0 / stable
April 25, 2026
1.4.0 Big Addition: Images are now editable

Images can now be edited by simply clicking on them:
<img width=1601 height=921 alt=grafik src=https://github.com/user-attachments/assets/73aa5baa-a185-4e17-90d0-c2690aef888d />

## What's Changed
* [FEATURE] make images editable by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/70
* [BUGFIX] handle doktypes with option isViewable=false without breaking the editor by @cowboyxup in https://github.com/FriendsOfTYPO3/visual_editor/pull/72

## New Contributors
* @cowboyxup made their first contribution in https://github.com/FriendsOfTYPO3/visual_editor/pull/72

**Full Changelog**: https://github.com/FriendsOfTYPO3/visual_editor/compare/1.3.0...1.4.0



https://github.com/FriendsOfTYPO3/visual_editor/releases/tag/1.4.0
>=13.0.0 <=14.4.99 Download
1.3.0 / stable
April 21, 2026
1.3.0 add FormEngine-style unsaved changes dialog

## What's Changed
* [TASK] simplify ve-drag-handle by moving more logic into velocity-scroll.js by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/67
* [BUGFIX] handle DataHandler save errors without breaking the editor by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/68
* [FEATURE] add FormEngine-style unsaved changes dialog by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/69


**Full Changelog**: https://github.com/FriendsOfTYPO3/visual_editor/compare/1.2.1...1.3.0

https://github.com/FriendsOfTYPO3/visual_editor/releases/tag/1.3.0
>=13.0.0 <=14.4.99 Download
1.2.1 / stable
April 20, 2026
1.2.1

## What's Changed
* [BGUFIX] fix call to getGroupedRecords by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/64


**Full Changelog**: https://github.com/FriendsOfTYPO3/visual_editor/compare/1.2.0...1.2.1

https://github.com/FriendsOfTYPO3/visual_editor/releases/tag/1.2.1
>=13.0.0 <=14.4.99 Download
1.1.4 / stable
April 16, 2026
1.1.4 refines inline editing, drag behavior, and field visibility

## What's Changed
* [BUGFIX] allow trailing spaces while editing trimmed text by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/54
* [TASK] Prevent disallowed named arguments usage using phpstan by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/55
* [TASK] keep empty editable fields highlighted by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/56
* [BUGFIX] Try getParsedBody() before decoding request body stream by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/57
* [TASK] Hide fields that are emptied after blur by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/58
* [BUGFIX] only show the action bar when hovering the content element by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/59
* Auto-scroll page when dragging content elements in visual editor by @N0S0I in https://github.com/FriendsOfTYPO3/visual_editor/pull/60

## New Contributors
* @N0S0I made their first contribution in https://github.com/FriendsOfTYPO3/visual_editor/pull/60

**Full Changelog**: https://github.com/FriendsOfTYPO3/visual_editor/compare/1.1.3...1.1.4

https://github.com/FriendsOfTYPO3/visual_editor/releases/tag/1.1.4
>=13.0.0 <=14.4.99 Download
1.1.3 / stable
April 09, 2026
1.1.3

## What's Changed
* [BUGFIX] generate editor preview URLs without workspace split compare by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/52


**Full Changelog**: https://github.com/FriendsOfTYPO3/visual_editor/compare/1.1.2...1.1.3

https://github.com/FriendsOfTYPO3/visual_editor/releases/tag/1.1.3
>=13.0.0 <=14.4.99 Download
1.1.2 / stable
April 09, 2026
1.1.2 Add an argument for

## What's Changed
* [TASK] improve missing field handling in TextViewHelper by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/48
* [BUGFIX] update editMode TypoScript condition syntax by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/50


**Full Changelog**: https://github.com/FriendsOfTYPO3/visual_editor/compare/1.1.1...1.1.2

https://github.com/FriendsOfTYPO3/visual_editor/releases/tag/1.1.2
>=13.0.0 <=14.4.99 Download
1.1.1 / stable
April 07, 2026
1.1.1 fixes preview permissions and editor access in Visual Editor

## What's Changed
* [BUGFIX] respect preview access restrictions in visual editor by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/44
* [TASK] Fix rector changes by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/47
* [BUGFIX] allow non-admin editors to open the visual editor by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/46


**Full Changelog**: https://github.com/FriendsOfTYPO3/visual_editor/compare/1.1.0...1.1.1

https://github.com/FriendsOfTYPO3/visual_editor/releases/tag/1.1.1
>=13.0.0 <=14.4.99 Download
1.1.0 / stable
April 02, 2026
1.1.0 TCA validation for type=input

## What's Changed
* [FEATURE] add TCA validation support for editable text fields by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/33
* [BUGFIX] allow inline style attributes in mutated CSP policy by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/35
* [BUGFIX] stop loading RTE contents CSS into the visual editor frontend by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/43


**Full Changelog**: https://github.com/FriendsOfTYPO3/visual_editor/compare/1.0.8...1.1.0

https://github.com/FriendsOfTYPO3/visual_editor/releases/tag/1.1.0
>=13.0.0 <=14.4.99 Download
1.0.8 / stable
March 26, 2026
1.0.8

## What's Changed
* [BUGFIX] redirect standalone visual editor pages to the backend edit view by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/30
* [BUGFIX] origin check now handles relative URIs by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/32


**Full Changelog**: https://github.com/FriendsOfTYPO3/visual_editor/compare/1.0.7...1.0.8

https://github.com/FriendsOfTYPO3/visual_editor/releases/tag/1.0.8
>=13.0.0 <=14.4.99 Download
1.0.7 / stable
March 25, 2026
1.0.7 a lot of Small Bug Fixes

## What's Changed
* Implement visibility change listener and fix font size for drag handle by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/21
* [BUGFIX] Exclude default RTE contents CSS from visual editor frontend by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/23
* [BUGFIX] Clean up component listeners on disconnect by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/25
* [BUGFIX] fix NotLoggedIn css by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/26
* [BUGFIX] remove cross-origin issues in visual editor by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/29

# Biggest change is the cross Origin issues are now fixed.

**Full Changelog**: https://github.com/FriendsOfTYPO3/visual_editor/compare/1.0.6...1.0.7

https://github.com/FriendsOfTYPO3/visual_editor/releases/tag/1.0.7
>=13.0.0 <=14.4.99 Download
1.0.6 / stable
March 17, 2026
1.0.6

## What's Changed
* [BUGFIX] fix ter upload 3 by @Kanti in https://github.com/FriendsOfTYPO3/visual_editor/pull/18


**Full Changelog**: https://github.com/FriendsOfTYPO3/visual_editor/compare/1.0.5...1.0.6

https://github.com/FriendsOfTYPO3/visual_editor/releases/tag/1.0.6
>=13.0.0 <=14.4.99 Download
1.0.1 / stable
March 14, 2026
[RELEASE] Initial release
>=13.0.0 <=14.4.99 Download