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

specify icon for admin sections #4497

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

christophemacabiau
Copy link

@christophemacabiau christophemacabiau commented Nov 6, 2017

Description of changes

specify icons for admin sections

To specify an admin icon, use an object (you will find the icon name here):

keystone.set('nav', {
  posts: ['posts', 'post-categories'],
  galleries: {icon: 'rocket', paths: ['galleries', 'enquiries']},
  users: 'users'
};

Related issues (if any)

#4382
not looked sufficiently enough for a similar issue (wont do it again)
this pr is slighty different + doc

Testing

  • Please confirm npm run test-all ran successfully.
    9 tests failing with mongodb, I dont see how this could be related to this commit

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

Successfully merging this pull request may close these issues.

None yet

2 participants