You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/example-dev.html
+4-5
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,6 @@
114
114
* Tools list
115
115
*/
116
116
tools: {
117
-
118
117
/**
119
118
* Each Tool is a Plugin. Pass them via 'class' option with necessary settings {@link docs/tools.md}
120
119
*/
@@ -205,10 +204,10 @@
205
204
}
206
205
},
207
206
{
208
-
type : 'paragraph',
209
-
id: "b6ji-DvaKb",
210
-
data: {
211
-
text : 'Hey. Meet the new Editor. On this page you can see it in action — try to edit this text. Source code of the page contains the example of connection and configuration.'
207
+
"id": "b6ji-DvaKb",
208
+
"type": "paragraph",
209
+
"data": {
210
+
"text": "Hey. Meet the new Editor. On this page you can see it in action — try to edit this text. Source code of the page contains the example of connection and configuration."
0 commit comments