Skip to content

Instantly share code, notes, and snippets.

@ohader
Created February 18, 2015 17:56
Show Gist options
  • Save ohader/be40c4ae205e5b93b548 to your computer and use it in GitHub Desktop.
Save ohader/be40c4ae205e5b93b548 to your computer and use it in GitHub Desktop.
EXT:newscalendar ext_emconf.php
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "newscalendar".
*
* Auto generated 18-02-2015 17:33
*
* 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(
'title' => 'News Calendar',
'description' => 'Calendar for Ext:tt_news. Provides calendar and a list view functionality. Main sponsors: geefgratis.nl, eventonizer.nl, phase2-networks.com, digital-park.de',
'category' => 'plugin',
'version' => '2.1.8-dev',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearcacheonload' => 0,
'author' => 'Philip Almeida, Clemens Riccabona',
'author_email' => 'philip.almeida@freedomson.com, clemens-at-riccabona{dot}it',
'author_company' => 'freedomson.com riccabona.it',
'constraints' => array(
'depends' => array(
'php' => '5.2.0-5.5.99',
'typo3' => '4.5.0-6.2.99',
'tt_news' => '0.0.0',
),
'conflicts' => array(),
'suggests' => array(),
),
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment