Skip to content

Commit

Permalink
[TASK] Update extension description
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Apr 28, 2022
1 parent 591df2c commit d4fe8d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "felixnagel/fe-performance",
"description": "This TYPO3 CMS extension improves your frontend performance.",
"description": "This TYPO3 CMS extension improves your frontend performance. Adds JavaScript minification for files and inline JS. Comes with some useful tweaks to improve asset rendering.",
"type": "typo3-cms-extension",
"keywords": ["TYPO3 CMS", "blog"],
"keywords": ["TYPO3 CMS", "performance", "frontend", "javascript", "assets"],
"homepage": "https://extensions.typo3.org/extension/fe_performance/",
"license": "GPL-3.0-or-later",
"support": {
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

$EM_CONF[$_EXTKEY] = [
'title' => 'Frontend Performance',
'description' => 'This TYPO3 CMS extension improves your frontend performance. Adds JS and HTML minification and some minor improvements. See readme.',
'description' => 'This TYPO3 CMS extension improves your frontend performance. Adds JavaScript and HTML minification. Comes with some useful tweaks to improve asset rendering. See readme for more info.',
'category' => 'fe',
'author' => 'Felix Nagel',
'author_email' => '[email protected]',
Expand Down

0 comments on commit d4fe8d7

Please sign in to comment.