feedit/ext_emconf.php
Benni Mack 941eba3a15 [TASK] Set TYPO3 version to 9.1.0-dev
Releases: master
Change-Id: Ia7f55a6f40ec6b80939a78b13aa3fafc6c11132a
Reviewed-on: https://review.typo3.org/55055
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
2017-12-12 21:21:06 +01:00

21 lines
507 B
PHP

<?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.1.0',
'constraints' => [
'depends' => [
'typo3' => '9.1.0-9.1.0',
],
'conflicts' => [],
'suggests' => [],
],
];