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

$EM_CONF['sg_jobs'] = [
	'title' => 'Jobs',
	'description' => 'Manage and display your Job offers.',
	'category' => 'plugin',
	'version' => '4.4.0',
	'state' => 'stable',
	'uploadfolder' => FALSE,
	'createDirs' => '',
	'clearcacheonload' => FALSE,
	'author' => 'Stefan Galinski',
	'author_email' => 'stefan@sgalinski.de',
	'author_company' => 'sgalinski Internet Services (https://www.sgalinski.de)',
	'constraints' =>
		[
			'depends' =>
				[
					'typo3' => '10.4.0-11.5.99',
					'php' => '7.4.0-8.1.99',
					'sg_mail' => '>=6.0.0'
				],
			'conflicts' =>
				[
				],
			'suggests' =>
				[
				],
		],
];