Skip to content

Commit

Permalink
Create Icons.php
Browse files Browse the repository at this point in the history
  • Loading branch information
t3solution authored Jul 25, 2022
1 parent f8bff84 commit 78ff495
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Configuration/Icons.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php
return [

'buttongroup' => [
'provider' => \TYPO3\CMS\Core\Imaging\IconProvider\FontawesomeIconProvider::class,
'name' => 'bars',
'additionalClasses' => 'fa-solid fa-bars',
],

];

0 comments on commit 78ff495

Please sign in to comment.