We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3474dc6 commit 70e8e18Copy full SHA for 70e8e18
config.php
@@ -90,27 +90,27 @@
90
[
91
'title' => 'Users',
92
'entity' => 'users',
93
- 'fa' => 'user'
+ 'icon' => 'fas fa-user'
94
],
95
96
// custom absolute link
97
98
'title' => 'Back to the site',
99
'path' => '/',
100
- 'fa' => 'arrow-left'
+ 'icon' => 'fas fa-arrow-left'
101
102
103
// custom admin route
104
105
'title' => 'Edit user [1]',
106
'route' => '/entity/users/item/1',
107
- 'fa' => 'user-o'
+ 'icon' => 'far fa-user'
108
109
110
// link group
111
112
'title' => 'Group',
113
- 'fa' => 'plus-square',
+ 'icon' => 'fas fa-plus-square',
114
'items' => [
115
116
'title' => 'Sublink',
0 commit comments