We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7667742 commit d97c345Copy full SHA for d97c345
ext_localconf.php
@@ -3,8 +3,8 @@
3
defined('TYPO3') or die();
4
5
if (TYPO3_MODE === 'BE') {
6
- $pageRenderer = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\TYPO3\CMS\Core\Page\PageRenderer::class);
7
- $pageRenderer->loadRequireJsModule('TYPO3/CMS/FrontendEditing/ParentWindow');
+ // $pageRenderer = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\TYPO3\CMS\Core\Page\PageRenderer::class);
+ // $pageRenderer->loadRequireJsModule('TYPO3/CMS/FrontendEditing/ParentWindow');
8
}
9
10
// Extend the <core:contentEditable> viewhelper by the one from EXT:frontend_editing
0 commit comments