ext_emconf.php 848 B

1234567891011121314151617181920212223242526272829
  1. <?php
  2. /***************************************************************
  3. * Extension Manager/Repository config file for ext: "chatbotui"
  4. *
  5. * Auto generated by Extension Builder 2023-04-22
  6. *
  7. * Manual updates:
  8. * Only the data in the array - anything else is removed by next write.
  9. * "version" and "dependencies" must not be touched!
  10. ***************************************************************/
  11. $EM_CONF[$_EXTKEY] = [
  12. 'title' => 'Chatbot UI',
  13. 'description' => 'Chatbot Term Manager',
  14. 'category' => 'module',
  15. 'author' => 'Meramo Developer',
  16. 'author_email' => 'develop@meramo.de',
  17. 'state' => 'alpha',
  18. 'clearCacheOnLoad' => 0,
  19. 'version' => '1.0.0',
  20. 'constraints' => [
  21. 'depends' => [
  22. 'typo3' => '10.4.0-10.4.99',
  23. ],
  24. 'conflicts' => [],
  25. 'suggests' => [],
  26. ],
  27. ];