Skip to content

Commit

Permalink
[DOCS] Add slider to descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
buepro committed Apr 8, 2024
1 parent 703da28 commit 7f39aad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ TYPO3 extension ``container_elements``
This extension provides elements to further structure the website content area by using the
`extension container <https://extensions.typo3.org/extension/container/>`__ and the
`bootstrap framework <https://getbootstrap.com/>`__. Currently the following elements are available: container,
columns, grid, register, accordion, tile unit, card and randomizer. A demo can be found at
columns, grid, register, accordion, tile unit, card, randomizer and slider. A demo can be found at
`pizpalue.buechler.pro <https://pizpalue.buechler.pro/das-plus/strukturelemente>`__.

:Repository: https://github.com/buepro/typo3-container_elements
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "buepro/typo3-container-elements",
"type": "typo3-cms-extension",
"description": "TYPO3 extension providing content elements powered by container and bootstrap. Available elements: container, columns, tabs, accordion, tile unit, card and randomizer.",
"description": "TYPO3 extension providing content elements powered by container and bootstrap. Available elements: container, columns, tabs, accordion, tile unit, card, randomizer and slider.",
"keywords": [
"TYPO3 CMS",
"container",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

$EM_CONF[$_EXTKEY] = [
'title' => 'Container elements',
'description' => 'Provides content elements powered by container and bootstrap. Available elements: container, columns, grid, tabs, accordion, tile unit, card and randomizer.',
'description' => 'Provides content elements powered by container and bootstrap. Available elements: container, columns, grid, tabs, accordion, tile unit, card, randomizer and slider.',
'category' => 'misc',
'version' => '5.2.0-dev',
'state' => 'stable',
Expand Down

0 comments on commit 7f39aad

Please sign in to comment.