Skip to content

Commit

Permalink
[TASK] Remove unused implementation from file_edit hooks
Browse files Browse the repository at this point in the history
A followup to #97452 where a hook was removed but TYPO3 Core still
used it - the hook implementation is now removed.

Resolves: #98494
Related: #97452
Releases: main
Change-Id: I90265620d3488520ba37f9ecd5cf33be61e56102
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75933
Tested-by: core-ci <typo3@b13.com>
Tested-by: Georg Ringer <georg.ringer@gmail.com>
Tested-by: Kevin Appelt <kevin.appelt@icloud.com>
Tested-by: Stefan Bürk <stefan@buerk.tech>
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>
Reviewed-by: Kevin Appelt <kevin.appelt@icloud.com>
Reviewed-by: Stefan Bürk <stefan@buerk.tech>
  • Loading branch information
bmack authored and sbuerk committed Oct 3, 2022
1 parent 122eab1 commit a42faa3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 67 deletions.
63 changes: 0 additions & 63 deletions typo3/sysext/t3editor/Classes/Hook/FileEditHook.php

This file was deleted.

4 changes: 0 additions & 4 deletions typo3/sysext/t3editor/ext_localconf.php
Expand Up @@ -3,13 +3,9 @@
declare(strict_types=1);

use TYPO3\CMS\T3editor\Form\Element\T3editorElement;
use TYPO3\CMS\T3editor\Hook\FileEditHook;

defined('TYPO3') or die();

$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/file_edit.php']['preOutputProcessingHook'][] =
FileEditHook::class . '->preOutputProcessingHook';

// Register backend FormEngine node
$GLOBALS['TYPO3_CONF_VARS']['SYS']['formEngine']['nodeRegistry'][1433089350] = [
'nodeName' => 't3editor',
Expand Down

0 comments on commit a42faa3

Please sign in to comment.