Skip to content

Conversation

@macrozone
Copy link

You are now able to add icons to the sidebar.

  • impl. for bootstrap
  • impl. for material
  • add documentation

You can add icons through orion.links, e.g.

orion.links.add({
    identifier: "test",
    title: "Test page",
    iconClass: "fa fa-bluetooth",
    index: 100
});

Or on collections:

SchoolClasses = new orion.collection("SchoolClasses", {
    singularName: "Class",
    pluralName: "Classes",
    link: {
        iconClass: "fa fa-graduation-cap",
    },
        ....
});

And so on.

I also added some default icons. Let me know what you think!

@macrozone
Copy link
Author

maybe someone can help with materialize-version 👍

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

Successfully merging this pull request may close these issues.

1 participant