Skip to content

Commit

Permalink
[update] minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiipylypchuk1991 committed Apr 1, 2024
1 parent ff7713e commit 087936d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/config/js_kanban_editorshape_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ To set the control for assigning one user, you need to use the ***"select"*** or

#### - Parameters for a "files" type

- `uploadURL` - (optional) an URL of the editor uploader. See the detail below
- `uploadURL` - (optional) a URL of the editor uploader. See the detail below

<details>

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ new kanban.Kanban("#root", {
});
~~~

#### Configuring Upload Url as Object
#### Configuring Upload Url as Function

~~~jsx {9-31}
const url = "https://docs.dhtmlx.com/kanban-backend";
Expand Down

0 comments on commit 087936d

Please sign in to comment.