Skip to content

Commit f772e1a

Browse files
Merge pull request #47 from DHTMLX/next
[update] editorShape minor fix
2 parents 8e0050a + 74c79f6 commit f772e1a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/api/config/js_kanban_editorshape_config.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ const defaultEditorShape = [
420420

421421
### Example
422422

423-
~~~jsx {6-35,40}
423+
~~~jsx {6-33,38}
424424
const users = [ // user data
425425
{ id: 1, label: "John Smith", avatar: "../assets/user.jpg" },
426426
{ id: 2, label: "Aaron Short" }
@@ -442,9 +442,7 @@ const editorShape = [ // editor settings
442442
format: "%M %d",
443443
placement: "page",
444444
html: true,
445-
config: {
446-
confirmDeletion: true
447-
}
445+
confirmDeletion: true
448446
}
449447
},
450448
{

0 commit comments

Comments
 (0)