Skip to content

Commit

Permalink
[TASK] Drop old Hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
nhovratov committed Mar 8, 2024
1 parent e28bac4 commit 23599cf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 186 deletions.
142 changes: 0 additions & 142 deletions Classes/Hooks/PageLayoutViewDrawItem.php

This file was deleted.

39 changes: 0 additions & 39 deletions Classes/Hooks/PageLayoutViewHook.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 @@ -7,11 +7,6 @@
'className' => \MASK\Mask\Fluid\FluidTemplateContentObject::class,
];

// Hook to override tt_content backend_preview
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/layout/class.tx_cms_layout.php']['tt_content_drawItem']['mask'] = \MASK\Mask\Hooks\PageLayoutViewDrawItem::class;
// Hook to override colpos check for unused tt_content elements
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/layout/class.tx_cms_layout.php']['record_is_used'][] = \MASK\Mask\Hooks\PageLayoutViewHook::class . '->contentIsUsed';

// Extend Page Tca Fields specific for backend layout
$GLOBALS['TYPO3_CONF_VARS']['SYS']['formEngine']['formDataGroup']['tcaDatabaseRecord'][\MASK\Mask\Form\FormDataProvider\TcaTypesShowitemMaskBeLayoutFields::class] = [
'depends' => [
Expand Down

0 comments on commit 23599cf

Please sign in to comment.