Tutorial
Prefer to learn by following along a tutorial? Well this is for you.
Last updated
Prefer to learn by following along a tutorial? Well this is for you.
Last updated
{
name: "",
content: ``,
choices: [
{
id: 1,
content: ``,
nextName: ``
},
],
},{
name: "start",
content: `This is the content of the first paragraph`,
item: [
{
itemName: `flower`,
itemQty: 1,
description: `A single purple flower.`,
itemCode: `purple-flower`,
},
],
choices: [
{
id: 1,
content: `Nice. Let's go to the next one.`,
nextName: `next-p`
},
],
},
{
name: "next-p",
content: `This is the next paragraph!`,
choices: [
{
id: 1,
content: `Content Content!`,
nextName: `start-1`
},
],
},