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

lists schema

parent d98baf2e
No related branches found
No related tags found
1 merge request!359new node structure
...@@ -6,7 +6,7 @@ const questionSingleNode = { ...@@ -6,7 +6,7 @@ const questionSingleNode = {
id: { default: uuidv4() }, id: { default: uuidv4() },
}, },
group: 'block questions', group: 'block questions',
content: 'block*', content: 'block* list_item*',
defining: true, defining: true,
// atom: true, // atom: true,
......
...@@ -6,7 +6,7 @@ const questionTrueFalseNode = { ...@@ -6,7 +6,7 @@ const questionTrueFalseNode = {
id: { default: uuidv4() }, id: { default: uuidv4() },
}, },
group: 'block questions', group: 'block questions',
content: 'block*', content: 'block* list_item*',
defining: true, defining: true,
// atom: true, // atom: true,
......
...@@ -6,7 +6,7 @@ const questionTrueFalseNode = { ...@@ -6,7 +6,7 @@ const questionTrueFalseNode = {
id: { default: uuidv4() }, id: { default: uuidv4() },
}, },
group: 'block questions', group: 'block questions',
content: 'block*', content: 'block* list_item*',
defining: true, defining: true,
// atom: true, // atom: true,
......
...@@ -6,7 +6,7 @@ const questionNode = { ...@@ -6,7 +6,7 @@ const questionNode = {
id: { default: uuidv4() }, id: { default: uuidv4() },
}, },
group: 'block questions', group: 'block questions',
content: 'block*', content: 'block* list_item*',
defining: true, defining: true,
parseDOM: [ parseDOM: [
......
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