mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
admin: add fa icons to menu section title
This commit is contained in:
@@ -37,7 +37,10 @@ class AdminMenuBuilder implements LocalMenuBuilderInterface
|
||||
'route' => 'chill_thirdparty_admin_index',
|
||||
])
|
||||
->setAttribute('class', 'list-group-item-header')
|
||||
->setExtras(['order' => 3000]);
|
||||
->setExtras([
|
||||
'order' => 3000,
|
||||
'icons' => ['male'],
|
||||
]);
|
||||
|
||||
$menu->addChild('Third party category', [
|
||||
'route' => 'chill_crud_thirdparty_thirdparty-category_index',
|
||||
|
Reference in New Issue
Block a user