Hi,
I am trying to set up a basic triggered component with a button that displays text when clicked. Similar or the same to the one on the Adapt Demo course.
I'm a bit stuck, this is what I have:
{
"_id":"c-20",
"_parentId":"b-20",
"_type":"component",
"_component":"triggered",
"_classes":"",
"_layout":"full",
"title":"Welcome",
"displayTitle":"Welcome to this section.",
"body":"Some text here.",
"_pageLevelProgress": {
"_isEnabled": true
},
"triggered": {
"top": 30,
"left": 30,
"showButtonText": "Click me to show",
"hideButtonText": "Click me to hide"
}
}
I am able to build the course with grunt but the page which holds the component does not load.
Is there perhaps any documentation for creating a triggered component?
Thanks!