feedit/ext_emconf.php

22 lines
501 B
PHP
Raw Normal View History

<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'Frontend Editing',
'description' => '',
'category' => 'fe',
'author' => 'TYPO3 Core Team',
'author_email' => 'typo3cms@typo3.org',
'author_company' => '',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '9.4.0',
'constraints' => [
'depends' => [
'typo3' => '9.4.0',
],
'conflicts' => [],
'suggests' => [],
],
];