Skip to content

Commit

Permalink
Update register.md
Browse files Browse the repository at this point in the history
  • Loading branch information
solvedDev authored May 15, 2019
1 parent 9034680 commit b8d5be6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/bridge/sidebar/register.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ Bridge.Sidebar.register({
id: "solved-mySidebars-sidebar1",
title: "My Sidebar",
icon: "my-material-design-icon",
content: {
toolbar: [
toolbar: [
{
display_name: "My action button",
display_icon: "home",
action() {
doSomething();
}
}
]
],
content: {
text: "My sidebar content is cool.\nVery cool!"
}
});
Expand Down

0 comments on commit b8d5be6

Please sign in to comment.