Initial commit
This commit is contained in:
commit
dc264b89a1
89 changed files with 31377 additions and 0 deletions
20
packages/base-design/ext_emconf.php
Normal file
20
packages/base-design/ext_emconf.php
Normal 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',
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue