Skip to content
Snippets Groups Projects
Commit 70063c9b authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[TASK] Cleanup

parent f7a88ec4
No related branches found
No related tags found
No related merge requests found
File mode changed from 100755 to 100644
ext_emconf.php 100755 → 100644
<?php
$EM_CONF[$_EXTKEY] = array(
/***************************************************************
* Extension Manager/Repository config file for ext "tinymce4_rte".
*
* Auto generated 05-08-2014 22:42
*
* 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' => 'TinyMCE4 as TYPO3 RTE',
'description' => 'RTE integration of TinyMCE for TYPO3.',
'category' => 'be',
'shy' => 0,
'version' => '1.0.2',
'priority' => '',
'loadOrder' => '',
'state' => 'stable',
'uploadfolder' => 0,
'uploadfolder' => false,
'createDirs' => '',
'modify_tables' => '',
'clearcacheonload' => 0,
'lockType' => '',
'clearcacheonload' => false,
'author' => 'Stefan Galinski',
'author_email' => 'stefan@sgalinski.de',
'author_company' => 'sgalinski Internet Services',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'constraints' => array(
'depends' => array(
'constraints' =>
array (
'depends' =>
array (
'php' => '5.3.0-5.5.99',
'typo3' => '6.2.0-6.2.99',
'tinymce' => '4.1.5-4.1.99'
'tinymce' => '4.1.5-4.1.99',
),
'conflicts' => array(
'conflicts' =>
array (
'ch_rterecords' => '',
'linkhandler' => '',
'rtehtmlarea' => '',
......@@ -33,8 +39,9 @@ $EM_CONF[$_EXTKEY] = array(
'tinyrteru' => '',
'tinyrte' => '',
),
'suggests' => array(),
'suggests' =>
array (
),
),
);
?>
\ No newline at end of file
File mode changed from 100755 to 100644
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment