update people

This commit is contained in:
Patrick Baber
2022-05-10 17:51:50 +02:00
committed by bdbch
parent a9e8f48b34
commit 07e8c522ea
7 changed files with 39 additions and 39 deletions

View File

@@ -44,9 +44,9 @@ Pass an object with updated attributes of the current user. It expects a `name`
```js
editor.commands.updateUser({
name: 'Philipp Kühn',
name: 'John Doe',
color: '#000000',
avatar: 'https://unavatar.io/github/philippkuehn',
avatar: 'https://unavatar.io/github/ueberdosis',
})
```