ext_emconf.php 1001 B

123456789101112131415161718192021222324252627282930313233
  1. <?php
  2. /***************************************************************
  3. * Extension Manager/Repository config file for ext: "ot_templating"
  4. *
  5. * Auto generated by Extension Builder 2020-04-08
  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' => 'Templating',
  13. 'description' => 'Gabarits Typo3 par Opentalent',
  14. 'category' => 'templates',
  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. 'flux' => '9.3.0-9.4.99',
  26. 'vhs' => '6.0.0-6.0.99',
  27. ],
  28. 'conflicts' => [],
  29. 'suggests' => [],
  30. ],
  31. ];