[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:
Georg Ringer 2017-07-05 07:44:24 +02:00 committed by Markus Klein
parent e142e6c3b3
commit 3a61415f73

View file

@ -3,9 +3,9 @@ $EM_CONF[$_EXTKEY] = [
'title' => 'Frontend Editing', 'title' => 'Frontend Editing',
'description' => '', 'description' => '',
'category' => 'fe', 'category' => 'fe',
'author' => 'Jeff Segars, David Slayback', 'author' => 'TYPO3 Core Team',
'author_email' => 'jeff@webempoweredchurch.org, dave@webempoweredchurch.org', 'author_email' => 'typo3cms@typo3.org',
'author_company' => 'Web-Empowered Church', 'author_company' => '',
'state' => 'stable', 'state' => 'stable',
'uploadfolder' => 0, 'uploadfolder' => 0,
'createDirs' => '', 'createDirs' => '',