mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 01:16:08 +01:00
2cb2327b1c
The serialized array _md5_values_when_last_written is not maintained for core extensions since ages and just contains a long string with outdated information. It is set to an empty string now. Change-Id: Iae1de150dd0da4ef9ccd993bdc0e75e5eb4c62c1 Resolves: #46699 Releases: 6.1 Reviewed-on: https://review.typo3.org/19322 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
41 lines
No EOL
1.1 KiB
PHP
41 lines
No EOL
1.1 KiB
PHP
<?php
|
|
/***************************************************************
|
|
* Extension Manager/Repository config file for ext "feedit".
|
|
*
|
|
* Auto generated 10-10-2011 14:47
|
|
*
|
|
* Manual updates:
|
|
* Only the data in the array - everything else is removed by next
|
|
* writing. "version" and "dependencies" must not be touched!
|
|
***************************************************************/
|
|
$EM_CONF[$_EXTKEY] = array(
|
|
'title' => 'Frontend Editing',
|
|
'description' => '',
|
|
'category' => 'fe',
|
|
'author' => 'Jeff Segars, David Slayback',
|
|
'author_email' => 'jeff@webempoweredchurch.org, dave@webempoweredchurch.org',
|
|
'shy' => '',
|
|
'dependencies' => '',
|
|
'conflicts' => '',
|
|
'priority' => '',
|
|
'module' => '',
|
|
'state' => 'stable',
|
|
'internal' => '',
|
|
'uploadfolder' => 0,
|
|
'createDirs' => '',
|
|
'modify_tables' => '',
|
|
'clearCacheOnLoad' => 0,
|
|
'lockType' => 'system',
|
|
'author_company' => 'Web-Empowered Church',
|
|
'version' => '6.0.0',
|
|
'constraints' => array(
|
|
'depends' => array(
|
|
'typo3' => '6.0.0-0.0.0'
|
|
),
|
|
'conflicts' => array(),
|
|
'suggests' => array()
|
|
),
|
|
'_md5_values_when_last_written' => '',
|
|
'suggests' => array()
|
|
);
|
|
?>
|