inital commit
This commit is contained in:
30
ext_emconf.php
Normal file
30
ext_emconf.php
Normal file
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
/***************************************************************
|
||||
* Extension Manager/Repository config file for ext: "a2g_shop"
|
||||
*
|
||||
* Auto generated by Extension Builder 2021-08-20
|
||||
*
|
||||
* 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 Theme',
|
||||
'description' => '',
|
||||
'category' => 'templates',
|
||||
'author' => 'Raphael Martin',
|
||||
'author_email' => 'rama@altogether.at',
|
||||
'state' => 'stable',
|
||||
'clearCacheOnLoad' => 0,
|
||||
'version' => '1.0.0',
|
||||
'constraints' => [
|
||||
'depends' => [
|
||||
'typo3' => '12.4.9',
|
||||
'bootstrap_package' => '14.0.7'
|
||||
],
|
||||
'conflicts' => [],
|
||||
'suggests' => [],
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user