rename set to configure

This commit is contained in:
Philipp Kühn
2020-11-16 11:07:06 +01:00
parent 356696772e
commit b44aafa97c
11 changed files with 22 additions and 22 deletions

View File

@@ -40,7 +40,7 @@ export default {
Document,
Paragraph,
Text,
Collaboration.set({
Collaboration.configure({
provider: this.provider,
type: this.type,
}),

View File

@@ -41,11 +41,11 @@ export default {
Document,
Paragraph,
Text,
Collaboration.set({
Collaboration.configure({
provider: this.provider,
type: this.type,
}),
CollaborationCursor.set({
CollaborationCursor.configure({
provider: this.provider,
name: 'Cyndi Lauper',
color: '#f783ac',

View File

@@ -31,7 +31,7 @@ export default {
Document,
Paragraph,
Text,
Focus.set({
Focus.configure({
className: 'has-focus',
nested: true,
}),