Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/io.cozy.konnectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Field | Description
-------------------|---------------------------------------------------------------------------------------------------
`aggregator` | Object containing aggregator data. Typically `{ accountId: 'aggregator-service' }`.
`categories` | array of categories for your apps (see authorized categories), it will be `['others']` by default if empty
`clientSide` | Boolean to specify if the konnector should be run on the client or not
`clientSide` | Boolean to specify if the konnector should be run on the client or not (deprecated)
`client_side` | Boolean to specify if the konnector should be run on the client or not
`data_types` | _(konnector specific)_ Array of the data type the konnector will manage
`developer` | `name` and `url` for the developer
`editor` | the editor's name to display on the cozy-bar (__REQUIRED__)
Expand Down