Skip to content

Commit e3fa10a

Browse files
committed
add class attribute for items and clean up
1 parent d7d5769 commit e3fa10a

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Now take a look to the `boards` object
6363
{
6464
"id" : "item-id-1", // id of the item
6565
"title" : "Item 1" // title of the item
66+
"class" : ["myClass",...] // array of additional classes
6667
},
6768
{
6869
"id" : "item-id-2",

dist/jkanban.js

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)