-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOC] Add description to ext_emconf.php
- Loading branch information
Felix Rauch
committed
Oct 23, 2015
1 parent
ae74c24
commit ea9710c
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
$EM_CONF[$_EXTKEY] = array( | ||
'title' => 'OpenWeatherMap PHP API for TYPO3', | ||
'description' => '', | ||
'description' => 'A TYPO3 service extension to facilitate usage of cmfcmf/OpenWeatherMap-PHP-Api in your projects', | ||
'category' => 'services', | ||
'author' => 'Felix Rauch', | ||
'author_email' => '[email protected]', | ||
|
@@ -21,4 +21,4 @@ | |
'suggests' => array( | ||
), | ||
), | ||
); | ||
); |