Skip to content

Commit

Permalink
Update ext_emconf.php
Browse files Browse the repository at this point in the history
  • Loading branch information
t3solution authored Nov 12, 2022
1 parent d77b251 commit 615a248
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ext_emconf.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<?php

/***************************************************************
* Extension Manager/Repository config file for ext "t3sbootstrap".
*
* Auto generated 28-09-2022 12:19
*
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/

$EM_CONF[$_EXTKEY] = [
'title' => 'Bootstrap Components',
'description' => 'Startup extension to use bootstrap 5 classes, components and more out of the box. Example and info: www.t3sbootstrap.de',
Expand Down Expand Up @@ -29,3 +41,4 @@
],
],
];

0 comments on commit 615a248

Please sign in to comment.