Skip to content

Commit

Permalink
add class attribute for items and clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
riktar committed Oct 17, 2019
1 parent d7d5769 commit e3fa10a
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Now take a look to the `boards` object
{
"id" : "item-id-1", // id of the item
"title" : "Item 1" // title of the item
"class" : ["myClass",...] // array of additional classes
},
{
"id" : "item-id-2",
Expand Down
7 changes: 6 additions & 1 deletion dist/jkanban.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e3fa10a

Please sign in to comment.