Your IP : 216.73.217.30


Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-sys-note/
Upload File :
Current File : /var/www/surf/TYPO3/vendor/typo3/cms-sys-note/ext_emconf.php

<?php

$EM_CONF[$_EXTKEY] = [
    'title' => 'TYPO3 CMS System Notes',
    'description' => 'Records with messages which can be placed on any page and contain instructions or other information related to a page or section.',
    'category' => 'be',
    'state' => 'stable',
    'author' => 'TYPO3 Core Team',
    'author_email' => 'typo3cms@typo3.org',
    'author_company' => '',
    'version' => '12.4.8',
    'constraints' => [
        'depends' => [
            'typo3' => '12.4.8',
        ],
        'conflicts' => [],
        'suggests' => [],
    ],
];