Skip to content

Commit

Permalink
[TASK] Remove obsolete ContentObjectRenderer Xclass (#722)
Browse files Browse the repository at this point in the history
The bug is now fixed in TYPO3 11.5.31
  • Loading branch information
webian authored Sep 13, 2023
1 parent 1fb1136 commit e4bb862
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 74 deletions.
69 changes: 0 additions & 69 deletions Classes/Xclass/ContentObject/ContentObjectRenderer.php

This file was deleted.

5 changes: 0 additions & 5 deletions ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
]
];

// XCLass
$GLOBALS['TYPO3_CONF_VARS']['SYS']['Objects'][TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::class] = [
'className' => TYPO3\CMS\FrontendEditing\Xclass\ContentObject\ContentObjectRenderer::class
];

// Add RTE presets for frontend use
$GLOBALS['TYPO3_CONF_VARS']['RTE']['Presets']['bronly'] = 'EXT:frontend_editing/Configuration/RTE/BrOnly.yaml';
$GLOBALS['TYPO3_CONF_VARS']['RTE']['Presets']['listonly'] = 'EXT:frontend_editing/Configuration/RTE/ListOnly.yaml';
Expand Down

0 comments on commit e4bb862

Please sign in to comment.