Initial commit

This commit is contained in:
Cloonar
2024-12-02 12:28:35 +01:00
commit dc264b89a1
89 changed files with 31377 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<?php
$EM_CONF[$_EXTKEY] = array(
'title' => 'Base Design Package',
'description' => 'Base Design Customization.',
'category' => 'templates',
'autoload' => [
'psr-4' => [
'Cloonar\\BaseDesign\\' => 'Classes'
],
],
'state' => 'stable',
'uploadfolder' => true,
'createDirs' => '',
'clearCacheOnLoad' => 1,
'author' => 'Dominik Polakovics',
'author_email' => 'dominik.polakovics@cloonar.com',
'author_company' => 'private',
'version' => '1.0.0',
);