Advertisement
Mr_media

ext_emconf

Aug 27th, 2021
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. <?php
  2.  
  3. /***************************************************************
  4. * Extension Manager/Repository config file for ext "my_maskexport_sitepackage".
  5. *
  6. * Auto generated 27-08-2021 13:00
  7. *
  8. * Manual updates:
  9. * Only the data in the array - everything else is removed by next
  10. * writing. "version" and "dependencies" must not be touched!
  11. ***************************************************************/
  12.  
  13. $EM_CONF[$_EXTKEY] = array (
  14. 'title' => 'my_maskexport_sitepackage',
  15. 'description' => '',
  16. 'category' => 'fe',
  17. 'author' => 'wiechert hooghwinkel',
  18. 'author_email' => '',
  19. 'author_company' => 'hocom_advies',
  20. 'state' => 'stable',
  21. 'version' => '0.1.0',
  22. 'constraints' =>
  23. array (
  24. 'depends' =>
  25. array (
  26. 'typo3' => '10.4.0-10.4.99',
  27. 'shufflemix_mask_elements_1' => '0.1.0',
  28. ),
  29. 'conflicts' =>
  30. array (
  31. ),
  32. 'suggests' =>
  33. array (
  34. ),
  35. ),
  36. '_md5_values_when_last_written' => 'a:2:{s:13:"composer.json";s:4:"9b09";s:12:"ext_icon.png";s:4:"03b4";}',
  37. );
  38.  
  39.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement