ext_emconf.php 927 B

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. /***************************************************************
  3. * Extension Manager/Repository config file for ext: "ot_connect"
  4. *
  5. * Auto generated by Extension Builder 2020-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' => 'Connect',
  13. 'description' => 'Authentification Opentalent pour Typo3 ',
  14. 'category' => 'services',
  15. 'author' => 'Olivier Massot',
  16. 'author_email' => 'olivier.massot@2iopenservice.fr',
  17. 'state' => 'alpha',
  18. 'uploadfolder' => 0,
  19. 'createDirs' => '',
  20. 'clearCacheOnLoad' => 0,
  21. 'version' => '0.1.0',
  22. 'constraints' => [
  23. 'depends' => [
  24. 'typo3' => '8.7.0-10.4.99',
  25. ],
  26. 'conflicts' => [],
  27. 'suggests' => [],
  28. ],
  29. ];