Project

General

Profile

Bug #78868 » ext_emconf.php

Franz Holzinger, 2016-12-03 09:35

 
<?php

/***************************************************************
* Extension Manager/Repository config file for ext "sk_fancybox".
*
* Auto generated 13-10-2014 10:57
*
* 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' => 'FancyBox',
'description' => 'This extension integrates the jQuery plugin FancyBox into TYPO3. FancyBox is a fancy lightbox alternative. It replaces the "Enlarge on Click" functionality with the FancyBox (supports tt_news). See http://www.fancybox.net/ for demos.',
'category' => 'fe',
'version' => '1.0.4',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearcacheonload' => 0,
'author' => 'Samuel Koch',
'author_email' => 'sam@koch.is',
'author_company' => '',
'constraints' =>
array (
'depends' =>
array (
'typo3' => '4.4.0-6.0.99',
'' => '',
),
'conflicts' =>
array (
),
'suggests' =>
array (
),
),
);

(2-2/2)