mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43: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' => 'customfield_section',
|
||||
])
|
||||
->setAttribute('class', 'list-group-item-header')
|
||||
->setExtras(['order' => 4500]);
|
||||
->setExtras([
|
||||
'order' => 4500,
|
||||
'icons' => ['plus']
|
||||
]);
|
||||
|
||||
$menu->addChild('Custom fields group', [
|
||||
'route' => 'customfield_section',
|
||||
|
Reference in New Issue
Block a user