Skip to content
Snippets Groups Projects
Commit 2ed61c46 authored by chris's avatar chris
Browse files

alter config

parent ba70ab1a
No related branches found
No related tags found
No related merge requests found
Pipeline #59955 passed with stages
in 34 minutes and 11 seconds
......@@ -55,7 +55,7 @@ const Editoria = () => {
autoFocus
placeholder="Type Something..."
fileUpload={file => renderImage(file)}
// value={demo}
value={demo}
// readonly
layout={layout}
// onChange={debounce(source => {
......
......@@ -225,7 +225,7 @@ export default {
'HighlightToolGroup',
'TransformToolGroup',
'CustomTagInline',
// 'Notes',
'Notes',
'Lists',
'Images',
'SpecialCharacters',
......@@ -303,12 +303,12 @@ export default {
],
updateTags: saveTags,
},
YjsService: {
// eslint-disable-next-line no-restricted-globals
connectionUrl: 'ws://localhost:4000',
docIdentifier: 'prosemirror-demo',
YjsType: 'prosemirror',
},
// YjsService: {
// // eslint-disable-next-line no-restricted-globals
// connectionUrl: 'ws://localhost:4000',
// docIdentifier: 'prosemirror-demo',
// YjsType: 'prosemirror',
// },
AskAiContentService: {
AskAiContentTransformation: DummyPromise,
......@@ -316,7 +316,7 @@ export default {
},
services: [
new YjsService(),
// new YjsService(),
new BlockDropDownToolGroupService(),
new AskAiContentService(),
new CustomTagService(),
......@@ -330,7 +330,7 @@ export default {
new ImageService(),
new TablesService(),
new BaseService(),
// new NoteService(),
new NoteService(),
new CodeBlockService(),
new EditingSuggestingService(),
new DisplayTextToolGroupService(),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment