This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace VENDOR\MyCustomExtension\Hooks; | |
class KeSearchAdditionalContentFields { | |
/** | |
* add tx_mask field from tt_content table | |
*/ | |
public function modifyPageContentFields(&$fields, $pageIndexer) | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ---------------------------------------------- # | |
# # | |
# A collection of TYPO3 flexform snippets # | |
# # | |
# ---------------------------------------------- # |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 1 | |
# --------------------------------------------- | |
# | |
# Add tsconfig to load the custom RTE config: | |
`RTE.default.preset = Custom` | |
# 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
declare(strict_types=1); | |
namespace Vendor\MyExt\Indexer; | |
use Doctrine\DBAL\DBALException; | |
use Doctrine\DBAL\Result; | |
use TYPO3\CMS\Core\Utility\GeneralUtility; | |
use TYPO3\CMS\Core\Database\ConnectionPool; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Vendor\ExtensionName\Utility; | |
use TYPO3\CMS\Core\Utility\GeneralUtility; | |
use TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface; | |
use TYPO3\CMS\Extbase\Object\ObjectManager; | |
use TYPO3\CMS\Extbase\Configuration\ConfigurationManager; | |
use TYPO3\CMS\Core\TypoScript\TypoScriptService; | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Vendor\Extension\ViewHelpers; | |
/*************************************************************** | |
* | |
* Copyright notice | |
* | |
* (c) 2016 Andrii Pozdieiev <[email protected]>, Mosa Al-Husseini <[email protected]>, Pixelant AB | |
* |