Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to set an custom icon for menu items? #33

Open
rahmanjalayer opened this issue Jul 31, 2018 · 0 comments
Open

how to set an custom icon for menu items? #33

rahmanjalayer opened this issue Jul 31, 2018 · 0 comments

Comments

@rahmanjalayer
Copy link

rahmanjalayer commented Jul 31, 2018

I want to set my custom icon for menu items. now we use follow:

$results[] = array('id' => '1', 'label' => 'item1', 'parentId' => '', "icon" => "home", 'url' => '/controller/action');

but i want to use follow:

$results[] = array('id' => '1', 'label' => 'item1', 'parentId' => '', "icon" => "/images/1.png", 'url' => '/controller/action');

is it possible? if it is not possible, how to see all list of icons for choose the best icon for my menu item?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant