Your IP : 216.73.217.13


Current Path : /var/www/surf/TYPO3/vendor/mask/mask/Configuration/
Upload File :
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,
    ],
];