Skip to content

Commit

Permalink
[TASK] ext:theme/_project: update ext_emconf.php
Browse files Browse the repository at this point in the history
Related: #381
  • Loading branch information
Josef Glatz committed Dec 5, 2018
1 parent 7eed3e7 commit 1d60d88
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
13 changes: 6 additions & 7 deletions app/web/typo3conf/ext/theme/ext_emconf.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'Project specific theme extension',
'description' => 'Sitepackage/Theme/Extension of this great website.',
'title' => 'Base sitepackage',
'description' => 'Base sitepackage of another great website.',
'category' => 'Theme',
'author' => 'Josef Glatz',
'author_email' => 'jousch@jousch.com',
'author_company' => 'http://jousch.com',
'state' => 'excludeFromUpdates',
'author_email' => 'jousch@gmail.com',
'author_company' => 'https://jousch.com',
'state' => 'stable',
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 1,
'version' => '0.0.0',
'version' => '1.0.0',
'constraints' =>
[
'depends' =>
Expand Down Expand Up @@ -70,7 +70,6 @@
'sr_language_menu' => '',
'static_info_tables' => '',
't3monitoring_client' => '',
'theme_project' => '',
'transladder' => '',
'tt_address' => '',
'typoscript_rendering' => '',
Expand Down
9 changes: 5 additions & 4 deletions app/web/typo3conf/ext/theme_proiect/ext_emconf.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'Project specific theme modification extension',
'description' => 'Sitepackage-/Theme-/Modification-Extension of this great website.',
'title' => 'Project sitepackage',
'description' => 'Project specific sitepackage of this great website.',
'category' => 'Theme',
'author' => 'Josef Glatz',
'author_email' => 'jousch@jousch.com',
'author_company' => 'http://jousch.com',
'author_email' => 'jousch@gmail.com',
'author_company' => 'https://jousch.com',
'state' => 'excludeFromUpdates',
'uploadfolder' => '0',
'createDirs' => '',
Expand All @@ -16,6 +16,7 @@
'depends' =>
[
'typo3' => '9.5.0-9.5.99',
'theme' => '',
],
'conflicts' =>
[
Expand Down

0 comments on commit 1d60d88

Please sign in to comment.