fdebug/ext_emconf.php

26 lines
630 B
PHP

<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'f:debug Alternative',
'description' => 'Integrator optimized f:debug alternative',
'category' => 'fe',
'state' => 'beta',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'author' => 'Daniel Siepmann',
'author_email' => 'coding@daniel-siepmann.de',
'author_company' => '',
'version' => '1.0.0',
'constraints' => [
'depends' => [
'extbase' => '',
'fluid' => '',
'frontend' => '',
'core' => '',
],
'conflicts' => [],
'suggests' => [],
],
];