ext_emconf.php 942 B

12345678910111213141516171819202122232425262728
  1. <?php
  2. /***************************************************************
  3. * Extension Manager/Repository config file for ext: "ot_templating"
  4. *
  5. * Manual updates:
  6. * Only the data in the array - anything else is removed by next write.
  7. * "version" and "dependencies" must not be touched!
  8. ***************************************************************/
  9. $EM_CONF[$_EXTKEY] = [
  10. 'title' => 'Templating',
  11. 'description' => 'Gabarits Typo3 par Opentalent',
  12. 'category' => 'templates',
  13. 'author' => 'Olivier Massot',
  14. 'author_email' => 'olivier.massot@2iopenservice.fr',
  15. 'state' => 'stable',
  16. 'version' => '1.0.0', //see ot_core/ext_emconf.php to get the current ot extensions version
  17. 'constraints' => [
  18. 'depends' => [
  19. 'typo3' => '8.7.0-10.4.99',
  20. 'flux' => '9.3.0-9.4.99',
  21. 'vhs' => '6.0.0-6.0.99',
  22. ],
  23. 'conflicts' => [],
  24. 'suggests' => [],
  25. ],
  26. ];