Add some style and replace texts lorem ipsums.
This commit is contained in:
@@ -1,37 +1,37 @@
|
||||
[
|
||||
{
|
||||
"id": "node-1",
|
||||
"text": "Node 1",
|
||||
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.",
|
||||
"choices": [
|
||||
{
|
||||
"id": "choice-1",
|
||||
"text": "Choice 1",
|
||||
"text": "Sed ut perspiciatis unde omnis.",
|
||||
"nextNode": "node-2"
|
||||
},
|
||||
{
|
||||
"id": "choice-2",
|
||||
"text": "Choice 2",
|
||||
"text": "Nemo enim ipsam voluptatem",
|
||||
"nextNode": "node-exit"
|
||||
},
|
||||
{
|
||||
"id": "choice-3",
|
||||
"text": "Choice 3",
|
||||
"text": "Ut enim ad minima veniam",
|
||||
"nextNode": "node-exit"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "node-2",
|
||||
"text": "Node 2",
|
||||
"text": "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
|
||||
"choices": [
|
||||
{
|
||||
"id": "choice-3",
|
||||
"text": "Choice 3",
|
||||
"id": "choice-4",
|
||||
"text": "Quis autem vel eum iure",
|
||||
"nextNode": "node-exit"
|
||||
},
|
||||
{
|
||||
"id": "choice-4",
|
||||
"text": "Choice 4",
|
||||
"id": "choice-5",
|
||||
"text": "At vero eos et accusamus",
|
||||
"nextNode": "node-exit"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user