initial commit
This commit is contained in:
33
ext_emconf.php
Normal file
33
ext_emconf.php
Normal file
@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
/***************************************************************
|
||||
* Extension Manager/Repository config file for ext: "a2g_products"
|
||||
*
|
||||
* Auto generated by Extension Builder 2021-08-16
|
||||
*
|
||||
* Manual updates:
|
||||
* Only the data in the array - anything else is removed by next write.
|
||||
* "version" and "dependencies" must not be touched!
|
||||
***************************************************************/
|
||||
|
||||
$EM_CONF[$_EXTKEY] = [
|
||||
'title' => 'altogether Travel Blog',
|
||||
'description' => '',
|
||||
'category' => 'plugin',
|
||||
'author' => 'Raphael Martin',
|
||||
'author_email' => 'raphy.martin@gmail.com',
|
||||
'state' => 'alpha',
|
||||
'clearCacheOnLoad' => 0,
|
||||
'version' => '1.0.0',
|
||||
'constraints' => [
|
||||
'depends' => [
|
||||
'typo3' => '10.4.0-11.5.9',
|
||||
'a2g_toolkit' => '1.0.0-1.5.99',
|
||||
'tt_address' => '6.1.0',
|
||||
'a2g_maps' => '1.0.0-1.5.99',
|
||||
'blog' => '12.0.0-dev'
|
||||
],
|
||||
'conflicts' => [],
|
||||
'suggests' => [],
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user