Skip to content
Snippets Groups Projects
ext_emconf.php 1.13 KiB
<?php

/***************************************************************
 * 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',
	'version' => '1.0.3',
	'state' => 'stable',
	'uploadfolder' => false,
	'createDirs' => '',
	'clearcacheonload' => false,
	'author' => 'Stefan Galinski',
	'author_email' => 'stefan@sgalinski.de',
	'author_company' => 'sgalinski Internet Services',
	'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',
		),
		'conflicts' => 
		array (
			'ch_rterecords' => '',
			'linkhandler' => '',
			'rtehtmlarea' => '',
			'rte_tinymce' => '',
			'tinyrteru' => '',
			'tinyrte' => '',
		),
		'suggests' => 
		array (
		),
	),
);