Skip to content

Commit

Permalink
[TASK] Adjust description of package
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Sep 24, 2022
1 parent d358ee8 commit 3c5e23b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
[![Crowdin](https://badges.crowdin.net/typo3-extension-codehighlight/localized.svg)](https://crowdin.com/project/typo3-extension-codehighlight)
[![Latest Stable Version](https://poser.pugx.org/brotkrueml/codehighlight/v/stable)](https://packagist.org/packages/brotkrueml/codehighlight)

Code highlighter for various programming, markup and configuration languages based on PrismJS

The extension in the current version supports TYPO3 v9 LTS, TYPO3 v10 LTS and TYPO3 v11 LTS.

[Documentation](https://docs.typo3.org/p/brotkrueml/codehighlight/main/en-us/) |
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brotkrueml/codehighlight",
"description": "Code highlighter for various programming, markup and configuration languages",
"description": "Code highlighter for various programming, markup and configuration languages based on PrismJS",
"license": "GPL-2.0-or-later",
"type": "typo3-cms-extension",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$EM_CONF[$_EXTKEY] = [
'title' => 'Code Highlight',
'description' => 'Code highlighter for various programming, markup and configuration languages',
'description' => 'Code highlighter for various programming, markup and configuration languages based on PrismJS',
'category' => 'fe',
'state' => 'stable',
'clearCacheOnLoad' => true,
Expand Down

0 comments on commit 3c5e23b

Please sign in to comment.