TYPO3 API  SVNRelease
ext_emconf.php
Go to the documentation of this file.
00001 <?php
00002 
00003 ########################################################################
00004 # Extension Manager/Repository config file for ext "t3editor".
00005 #
00006 # Auto generated 26-01-2011 20:08
00007 #
00008 # Manual updates:
00009 # Only the data in the array - everything else is removed by next
00010 # writing. "version" and "dependencies" must not be touched!
00011 ########################################################################
00012 
00013 $EM_CONF[$_EXTKEY] = array(
00014     'title' => 'Editor with syntax highlighting',
00015     'description' => 'JavaScript-driven editor with syntax highlighting and codecompletion. Based on CodeMirror.',
00016     'category' => 'be',
00017     'shy' => 0,
00018     'dependencies' => '',
00019     'conflicts' => '',
00020     'priority' => '',
00021     'loadOrder' => '',
00022     'module' => '',
00023     'doNotLoadInFE' => 1,
00024     'state' => 'beta',
00025     'internal' => 0,
00026     'uploadfolder' => 0,
00027     'createDirs' => '',
00028     'modify_tables' => '',
00029     'clearCacheOnLoad' => 0,
00030     'lockType' => '',
00031     'author' => 'Tobias Liebig, Stephan Petzl, Christian Kartnig',
00032     'author_email' => 'mail_typo3@etobi.de, spetzl@gmx.at, office@hahnepeter.de',
00033     'author_company' => '',
00034     'CGLcompliance' => '',
00035     'CGLcompliance_note' => '',
00036     'version' => '1.5.1',
00037     '_md5_values_when_last_written' => 'a:29:{s:7:"LICENSE";s:4:"c17d";s:12:"ext_icon.gif";s:4:"7eb5";s:17:"ext_localconf.php";s:4:"3b52";s:14:"ext_tables.php";s:4:"7dff";s:13:"locallang.xml";s:4:"fa0e";s:29:"classes/class.tx_t3editor.php";s:4:"6573";s:44:"classes/class.tx_t3editor_hooks_fileedit.php";s:4:"ab8c";s:50:"classes/class.tx_t3editor_hooks_tstemplateinfo.php";s:4:"2d87";s:62:"classes/ts_codecompletion/class.tx_t3editor_codecompletion.php";s:4:"baa9";s:59:"classes/ts_codecompletion/class.tx_t3editor_tsrefloader.php";s:4:"94f6";s:23:"icons/loader_eeeeee.gif";s:4:"83a4";s:21:"res/css/csscolors.css";s:4:"3845";s:20:"res/css/jscolors.css";s:4:"e5a0";s:24:"res/css/sparqlcolors.css";s:4:"40ba";s:20:"res/css/t3editor.css";s:4:"454d";s:26:"res/css/t3editor_inner.css";s:4:"7b52";s:28:"res/css/typoscriptcolors.css";s:4:"e060";s:21:"res/css/xmlcolors.css";s:4:"847a";s:21:"res/jslib/fileedit.js";s:4:"e87e";s:21:"res/jslib/t3editor.js";s:4:"079a";s:45:"res/jslib/parse_typoscript/parsetyposcript.js";s:4:"c8af";s:48:"res/jslib/parse_typoscript/tokenizetyposcript.js";s:4:"dce5";s:47:"res/jslib/ts_codecompletion/completionresult.js";s:4:"ba5f";s:48:"res/jslib/ts_codecompletion/descriptionPlugin.js";s:4:"87a5";s:47:"res/jslib/ts_codecompletion/tscodecompletion.js";s:4:"8140";s:39:"res/jslib/ts_codecompletion/tsparser.js";s:4:"ab5c";s:36:"res/jslib/ts_codecompletion/tsref.js";s:4:"969e";s:27:"res/templates/t3editor.html";s:4:"4133";s:19:"res/tsref/tsref.xml";s:4:"9f7b";}',
00038     'constraints' => array(
00039         'depends' => array(
00040             'php' => '5.1.0-0.0.0',
00041             'typo3' => '4.4.0-0.0.0',
00042         ),
00043         'conflicts' => array(
00044         ),
00045         'suggests' => array(
00046         ),
00047     ),
00048     'suggests' => array(
00049     ),
00050 );
00051 
00052 ?>