mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-08 17:06:09 +01:00
[TASK] Cleanup ext_emconf authors
Unify the authors in ext_emconf files. Resolves: #81791 Releases: master Change-Id: Ia409787be0ac84c0d3738aa43dade946a6ef9044 Reviewed-on: https://review.typo3.org/53404 Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Josef Glatz <josef.glatz@typo3.org> Tested-by: Josef Glatz <josef.glatz@typo3.org> Reviewed-by: Markus Klein <markus.klein@typo3.org> Tested-by: Markus Klein <markus.klein@typo3.org>
This commit is contained in:
parent
e142e6c3b3
commit
3a61415f73
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@ $EM_CONF[$_EXTKEY] = [
|
|||
'title' => 'Frontend Editing',
|
||||
'description' => '',
|
||||
'category' => 'fe',
|
||||
'author' => 'Jeff Segars, David Slayback',
|
||||
'author_email' => 'jeff@webempoweredchurch.org, dave@webempoweredchurch.org',
|
||||
'author_company' => 'Web-Empowered Church',
|
||||
'author' => 'TYPO3 Core Team',
|
||||
'author_email' => 'typo3cms@typo3.org',
|
||||
'author_company' => '',
|
||||
'state' => 'stable',
|
||||
'uploadfolder' => 0,
|
||||
'createDirs' => '',
|
||||
|
|
Loading…
Reference in a new issue