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

$EM_CONF[$_EXTKEY] = array (
	'title' => 'Jobs',
	'description' => 'Manage and display your Job offers.',
	'category' => 'plugin',
	'version' => '1.14.4',
	'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' => '8.7.0-8.7.99',
			'php' => '5.6.0-7.2.99',
		),
		'conflicts' =>
		array (
		),
		'suggests' =>
		array (
		),
	),
);