ext_emconf.php 486 B

12345678910111213141516171819
  1. <?php
  2. $EM_CONF['begriffmgt'] = [
  3. 'title' => 'Chatbot Begriffe Management',
  4. 'description' => 'Filterung für Chatbot Begriffe',
  5. 'category' => 'module',
  6. 'author' => 'Meramo Developer',
  7. 'author_email' => 'development@meramo.de',
  8. 'state' => 'alpha',
  9. 'clearCacheOnLoad' => 0,
  10. 'version' => '1.0.0',
  11. 'constraints' => [
  12. 'depends' => [
  13. 'typo3' => '10.4.0-10.4.99',
  14. ],
  15. 'conflicts' => [],
  16. 'suggests' => [],
  17. ],
  18. ];