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

nodes in progress

parent 9037f214
No related branches found
No related tags found
1 merge request!418move marks to services
import { Service } from 'wax-prosemirror-core';
import { sourceNoteNode } from 'wax-prosemirror-schema';
import sourceNoteNode from './schema/sourceNoteNode';
import SourceNote from './SourceNote';
class SourceNoteService extends Service {
......
const sourceNote = {
const sourceNoteNode = {
content: 'inline*',
group: 'block',
priority: 0,
......@@ -24,4 +24,4 @@ const sourceNote = {
},
};
export default sourceNote;
export default sourceNoteNode;
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