mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 17:26:09 +01:00
[CLEANUP] Remove comment header in ext_emconf
The "do not touch me" comment header in ext_emconf.php files of system extensions are misleading since we are editing those files manually for years now. Remove those headers. Change-Id: I27f6253effa54dae7f92170175e7705cc706d03a Resolves: #60129 Releases: 6.3, 6.2 Reviewed-on: https://review.typo3.org/31405 Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
This commit is contained in:
parent
48a93ab0d8
commit
95c11059a0
1 changed files with 0 additions and 9 deletions
|
@ -1,13 +1,4 @@
|
||||||
<?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(
|
$EM_CONF[$_EXTKEY] = array(
|
||||||
'title' => 'Frontend Editing',
|
'title' => 'Frontend Editing',
|
||||||
'description' => '',
|
'description' => '',
|
||||||
|
|
Loading…
Reference in a new issue