feedit/ext_emconf.php

21 lines
488 B
PHP
Raw Permalink Normal View History

<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'Frontend Editing',
'description' => '',
'category' => 'fe',
'author' => 'Friends of TYPO3',
'author_email' => 'friendsof@typo3.org',
'author_company' => '',
'state' => 'stable',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '10.0.0',
'constraints' => [
'depends' => [
'typo3' => '10.0.0-10.9.99',
],
'conflicts' => [],
'suggests' => [],
],
];