feedit/ext_emconf.php

23 lines
571 B
PHP
Raw Normal View History

<?php
$EM_CONF[$_EXTKEY] = array(
'title' => 'Frontend Editing',
'description' => '',
'category' => 'fe',
'author' => 'Jeff Segars, David Slayback',
'author_email' => 'jeff@webempoweredchurch.org, dave@webempoweredchurch.org',
'author_company' => 'Web-Empowered Church',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '7.2.0',
'constraints' => array(
'depends' => array(
'typo3' => '7.2.0-7.2.99',
),
'conflicts' => array(),
'suggests' => array(),
),
'_md5_values_when_last_written' => '',
);