ext_emconf.php 441 B

123456789101112131415161718
  1. <?php
  2. $EM_CONF['mrm_be'] = [
  3. 'title' => 'Meramo Backend',
  4. 'description' => 'An extension to manage the appearance of the backend.',
  5. 'category' => 'be',
  6. 'author' => 'Anton @dazwiafl Kahr',
  7. 'author_company' => 'Meramo Verlag GmbH',
  8. 'author_email' => 'ak@meramo.de',
  9. 'state' => 'beta',
  10. 'clearcacheonload' => TRUE,
  11. 'version' => '0.0.0',
  12. 'constraints' => [
  13. 'depends' => [
  14. 'typo3' => '10.4.0-10.4.16',
  15. ]
  16. ],
  17. ];