Skip to content

Commit

Permalink
Merge pull request #283 from gregorylegarec/master
Browse files Browse the repository at this point in the history
docs: update konnectors doc, fix #217 📚
  • Loading branch information
ptbrowne authored Sep 29, 2017
2 parents d4f12ba + 66356c5 commit fb90dc5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/connector-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,8 @@ A connector must define a list of dataType describing the type of data it will a
"dataType":["profile", "contract", "home", "family", "sinister"],
```

Difference between doctype and datatype : sometimes you can have objects of a certain doctype
that represent in real life a higher level concept. Example : you have bills that are saved in
the couchdb as `io.cozy.files`. `bills` is the datatype here.

The list of available dataTypes is not yet listed, but existing icons are present into the [`/src/assets/sprites/` folder](https://github.com/cozy/cozy-collect/blob/master/src/assets/sprites/). For the moment, feel free to use any custom dataType you need, and please make a pull request if you need to add an icon.

0 comments on commit fb90dc5

Please sign in to comment.