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

@ -3,7 +3,7 @@ description: Share what we need to explain better
labels: labels:
- documentation - documentation
assignees: assignees:
- hanspagel - bdbch
body: body:
- type: input - type: input
id: url id: url

View File

@ -11,5 +11,5 @@ updates:
interval: 'weekly' interval: 'weekly'
day: 'monday' day: 'monday'
reviewers: reviewers:
- 'hanspagel' - 'bdbch'

View File

@ -164,15 +164,15 @@ export default () => {
<td>actress</td> <td>actress</td>
</tr> </tr>
<tr> <tr>
<td>Philipp Kühn</td> <td>Marie Curie</td>
<td>designer</td> <td>scientist</td>
<td>developer</td> <td>chemist</td>
<td>maker</td> <td>physicist</td>
</tr> </tr>
<tr> <tr>
<td>Hans Pagel</td> <td>Indira Gandhi</td>
<td>wrote this</td> <td>prime minister</td>
<td colspan="2">thats it</td> <td colspan="2">politician</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -137,15 +137,15 @@ export default {
<td>actress</td> <td>actress</td>
</tr> </tr>
<tr> <tr>
<td>Philipp Kühn</td> <td>Marie Curie</td>
<td>designer</td> <td>scientist</td>
<td>developer</td> <td>chemist</td>
<td>maker</td> <td>physicist</td>
</tr> </tr>
<tr> <tr>
<td>Hans Pagel</td> <td>Indira Gandhi</td>
<td>wrote this</td> <td>prime minister</td>
<td colspan="2">thats it</td> <td colspan="2">politician</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -238,15 +238,15 @@ export default {
<td>actress</td> <td>actress</td>
</tr> </tr>
<tr> <tr>
<td>Philipp Kühn</td> <td>Marie Curie</td>
<td>designer</td> <td>scientist</td>
<td>developer</td> <td>chemist</td>
<td>maker</td> <td>physicist</td>
</tr> </tr>
<tr> <tr>
<td>Hans Pagel</td> <td>Indira Gandhi</td>
<td>wrote this</td> <td>prime minister</td>
<td colspan="2">thats it</td> <td colspan="2">politician</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -193,15 +193,15 @@ export default {
<td>actress</td> <td>actress</td>
</tr> </tr>
<tr> <tr>
<td>Philipp Kühn</td> <td>Marie Curie</td>
<td>designer</td> <td>scientist</td>
<td>developer</td> <td>chemist</td>
<td>maker</td> <td>physicist</td>
</tr> </tr>
<tr> <tr>
<td>Hans Pagel</td> <td>Indira Gandhi</td>
<td>wrote this</td> <td>prime minister</td>
<td colspan="2">thats it</td> <td colspan="2">politician</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -220,15 +220,15 @@ export default {
<td>actress</td> <td>actress</td>
</tr> </tr>
<tr> <tr>
<td>Philipp Kühn</td> <td>Marie Curie</td>
<td>designer</td> <td>scientist</td>
<td>developer</td> <td>chemist</td>
<td>maker</td> <td>physicist</td>
</tr> </tr>
<tr> <tr>
<td>Hans Pagel</td> <td>Indira Gandhi</td>
<td>wrote this</td> <td>prime minister</td>
<td colspan="2">thats it</td> <td colspan="2">politician</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

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