-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Midhun Devasia
committed
Dec 13, 2016
1 parent
9197ec1
commit 44649f8
Showing
2 changed files
with
7 additions
and
7 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
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 |
---|---|---|
|
@@ -14,19 +14,19 @@ | |
*/ | ||
$EM_CONF[$_EXTKEY] = [ | ||
'title' => 'Server Clock: Server Time and Timezone', | ||
'description' => 'A Clock which shows server time and timezone in backend', | ||
'category' => 'services', | ||
'description' => 'A Clock which shows server time and timezone in the backend. The clock widget is simple and based on Javascript, and appears in the top right toolbar area. You set the DateTime format in the extension configuration wizard.', | ||
'category' => 'be', | ||
'author' => 'Midhun Devasia', | ||
'author_email' => '[email protected]', | ||
'state' => 'stable', | ||
'internal' => '', | ||
'uploadfolder' => 0, | ||
'createDirs' => '', | ||
'clearCacheOnLoad' => 0, | ||
'version' => '1.0.0', | ||
'version' => '1.0.1', | ||
'constraints' => [ | ||
'depends' => [ | ||
'typo3' => '7.6.0-8.9.99', | ||
'typo3' => '6.2.0-8.9.99', | ||
], | ||
'conflicts' => [], | ||
'suggests' => [], | ||
|