---
title: "Deprecation: #102440 - EXT:t3editor merged into EXT:backend"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-102440-1700638677"
source: "Changelog/13.0/Deprecation-102440-EXTt3editorMergedIntoEXTBackend.rst"
typo3-version: "13.0"
typo3-major: 13
type: "deprecation"
issue: 102440
forge: "https://forge.typo3.org/issues/102440"
tags: ["Backend", "JavaScript", "TCA", "NotScanned", "ext:t3editor"]
rendered: "2026-09-18T10:44:28+00:00"
---

# Deprecation: #102440 - EXT:t3editor merged into EXT:backend {#deprecation-102440-1700638677}

See [forge#102440](https://forge.typo3.org/issues/102440)

## Description {#description}

The JavaScript module specifier for modules shipped with the previous "t3editor"
extension has changed from `@typo3/t3editor/` to
`@typo3/backend/code-editor/`. The old specifier `@typo3/t3editor/` is
still available, but deprecated.

The value of the existing TCA option `renderType` switched from `t3editor` to
`codeEditor`.

## Impact {#impact}

The module specifier `@typo3/t3editor/` automatically maps to
`@typo3/backend/code-editor/`. The TCA render type `t3editor` is
automatically migrated to `codeEditor`, triggering a deprecation log entry.

## Affected installations {#affected-installations}

All extensions using t3editor are affected.

## Migration {#migration}

The JavaScript module namespace `@typo3/t3editor/` maps to
`@typo3/backend/code-editor/`.

Rewrite all TCA render types usages of `t3editor` to `codeEditor`.
