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

Core icons #7

Open
husseinalhammad opened this issue Mar 17, 2020 · 0 comments
Open

Core icons #7

husseinalhammad opened this issue Mar 17, 2020 · 0 comments
Labels
api enhancement New feature or request

Comments

@husseinalhammad
Copy link
Contributor

It would be very handy to have the core icons documented like the blocks icons. The icons can be used in multiple ways when building Perch apps. Example usage:

$Smartbar->add_item([
    'title' => 'Documents',
    'link'  => $API->app_nav() . '/documents',
    'icon'  => 'core/document',
    'active' => true,
]);
@drewm drewm added enhancement New feature or request api labels Mar 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants