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

$EM_CONF['sg_jobs'] = [
	'title' => 'Jobs',
	'description' => 'Manage and display your Job offers.',
	'category' => 'plugin',
	'version' => '4.0.7',
	'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' => '9.5.0-10.4.99',
					'php' => '7.3.0-7.4.99',
					'project_base' => '7.0.0',
					'sg_mail' => '6.0.0',
					'sg_seo' => '4.0.0'
				],
			'conflicts' =>
				[
				],
			'suggests' =>
				[
				],
		],
];