Skip to content
Snippets Groups Projects
ext_emconf.php 788 B
<?php

/***************************************************************
 * Extension Manager/Repository config file for ext "sg_mail".
 ***************************************************************/

$EM_CONF['sg_mail'] = array (
	'title' => 'Mail Templates',
	'description' => 'Mail Templates',
	'category' => 'module',
	'version' => '1.0.12',
	'state' => 'stable',
	'uploadfolder' => false,
	'createDirs' => '',
	'clearcacheonload' => false,
	'author' => 'Torsten Oppermann',
	'author_email' => 'torsten@sgalinski.de',
	'author_company' => 'sgalinski Internet Services (https://www.sgalinski.de)',
	'constraints' =>
	array (
		'depends' =>
		array (
			'typo3' => '7.6.0-7.9.99',
			'php' => '5.5.0-7.0.99',
		),
		'conflicts' =>
		array (
		),
		'suggests' =>
		array (
		),
	),
);