Files
hmngy_pasarela_Frontend/assets/extra-libs/taskboard/example1/load.json
LuisAngelSalinasl 8fcbb98114 Primer Commit
2025-08-04 18:51:41 -06:00

33 lines
846 B
JSON

{
"onSingleLine": true,
"lists": [
{
"title": "todo",
"defaultStyle": "lobilist-danger",
"items": [
{
"title": "beforeItemDelete is never called",
"description": "even in your \"Event handling\" example"
}
]
},
{
"title": "doing",
"defaultStyle": "lobilist-info",
"items": [
{
"title": "Function to get all lobilist info (lists, items) as object"
}
]
},
{
"title": "done",
"defaultStyle": "lobilist-success",
"items": [
{
"title": "List style change event"
}
]
}
]
}