forked from TYPO3-svn-archive/file_list
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
50 lines (47 loc) · 3.86 KB
/
Copy pathext_emconf.php
File metadata and controls
50 lines (47 loc) · 3.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?php
########################################################################
# Extension Manager/Repository config file for ext "file_list".
#
# Auto generated 29-01-2010 20:41
#
# 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' => 'File List',
'description' => 'This extension provides a frontend plugin which shows a list of files and folders in a specified directory on the file system (comparable to Apache\'s directory listing).',
'category' => 'plugin',
'shy' => 0,
'version' => '1.1-dev',
'dependencies' => 'cms',
'conflicts' => '',
'priority' => '',
'loadOrder' => '',
'module' => '',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearcacheonload' => 0,
'lockType' => '',
'author' => 'Moreno Feltscher',
'author_email' => 'moreno@luagsh.ch',
'author_company' => '',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'constraints' => array(
'depends' => array(
'typo3' => '4.5.0-6.2.99',
'cms' => '',
),
'conflicts' => array(
),
'suggests' => array(
),
),
'_md5_values_when_last_written' => 'a:49:{s:9:"ChangeLog";s:4:"fc4b";s:20:"class.ext_update.php";s:4:"40d7";s:21:"ext_conf_template.txt";s:4:"3ce3";s:12:"ext_icon.gif";s:4:"0522";s:17:"ext_localconf.php";s:4:"35eb";s:14:"ext_tables.php";s:4:"bc55";s:40:"Configuration/FlexForms/flexform_pi1.xml";s:4:"69bf";s:57:"Configuration/FlexForms/flexform_pi1_rgfolderselector.xml";s:4:"6cf7";s:34:"Configuration/TypoScript/setup.txt";s:4:"532d";s:40:"Resources/Private/Language/locallang.xml";s:4:"605b";s:43:"Resources/Private/Language/locallang_db.xml";s:4:"149d";s:44:"Resources/Private/Language/locallang_pi1.xml";s:4:"222b";s:45:"Resources/Private/Templates/template_pi1.html";s:4:"b48f";s:47:"Resources/Public/Icons/Files/blank_document.png";s:4:"b0c2";s:49:"Resources/Public/Icons/Files/category_archive.png";s:4:"e97d";s:50:"Resources/Public/Icons/Files/category_document.png";s:4:"b0c2";s:47:"Resources/Public/Icons/Files/category_flash.png";s:4:"35cd";s:47:"Resources/Public/Icons/Files/category_image.png";s:4:"5f73";s:47:"Resources/Public/Icons/Files/category_sound.png";s:4:"92f6";s:48:"Resources/Public/Icons/Files/category_source.png";s:4:"6a30";s:47:"Resources/Public/Icons/Files/category_video.png";s:4:"e014";s:36:"Resources/Public/Icons/Files/doc.png";s:4:"310a";s:37:"Resources/Public/Icons/Files/draw.png";s:4:"47dc";s:37:"Resources/Public/Icons/Files/html.png";s:4:"1577";s:36:"Resources/Public/Icons/Files/pdf.png";s:4:"f3b3";s:36:"Resources/Public/Icons/Files/pps.png";s:4:"892f";s:36:"Resources/Public/Icons/Files/txt.png";s:4:"9088";s:36:"Resources/Public/Icons/Files/xls.png";s:4:"96f2";s:41:"Resources/Public/Icons/Folders/folder.png";s:4:"4f81";s:42:"Resources/Public/Icons/Folders/move_up.png";s:4:"ae9b";s:38:"Resources/Public/Icons/Sorting/asc.gif";s:4:"16a2";s:39:"Resources/Public/Icons/Sorting/desc.gif";s:4:"e0be";s:22:"Samples/gallery/README";s:4:"84e9";s:25:"Samples/gallery/setup.txt";s:4:"ceee";s:29:"Samples/gallery/template.html";s:4:"33ed";s:39:"Samples/gallery/tx_filelist_gallery.php";s:4:"7ddb";s:23:"Samples/metadata/README";s:4:"f9c7";s:26:"Samples/metadata/setup.txt";s:4:"4cc8";s:30:"Samples/metadata/template.html";s:4:"060c";s:41:"Samples/metadata/tx_filelist_metadata.php";s:4:"c674";s:27:"Samples/multilingual/README";s:4:"fd47";s:30:"Samples/multilingual/setup.txt";s:4:"8a4a";s:34:"Samples/multilingual/template.html";s:4:"8d22";s:49:"Samples/multilingual/tx_filelist_multilingual.php";s:4:"9eec";s:14:"doc/manual.sxw";s:4:"1e8a";s:14:"pi1/ce_wiz.gif";s:4:"02b6";s:32:"pi1/class.tx_filelist_helper.php";s:4:"e2fb";s:29:"pi1/class.tx_filelist_pi1.php";s:4:"7b64";s:37:"pi1/class.tx_filelist_pi1_wizicon.php";s:4:"c6ad";}',
'suggests' => array(
),
);
?>