-
Kevin Ditscheid authored
[TASK] Integrate Languages and Countries into the extension and remove static_info_table requirement
Kevin Ditscheid authored[TASK] Integrate Languages and Countries into the extension and remove static_info_table requirement
ext_emconf.php 643 B
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'Jobs',
'description' => 'Manage and display your Job offers.',
'category' => 'plugin',
'version' => '2.0.9',
'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' =>
[
'depends' =>
[
'typo3' => '8.7.0-9.5.99',
'php' => '7.0.0-7.3.99',
'sg_mail' => '4.7',
'sg_seo' => '1.1.3'
],
'conflicts' =>
[
],
'suggests' =>
[
],
],
];