| Current Path : /var/www/surf/TYPO3/vendor/mask/mask/Configuration/ |
| Current File : /var/www/surf/TYPO3/vendor/mask/mask/Configuration/ExpressionLanguage.php |
<?php
declare(strict_types=1);
use MASK\Mask\ExpressionLanguage\MaskProvider;
defined('TYPO3') or die('Access denied.');
return [
// Add the condition provider to the 'typoscript' namespace
'typoscript' => [
MaskProvider::class,
],
];