I have the following component set up to be triggered but it is not working?
{
"_id":"co-1_screen-1_a-3_b-1_c-1",
"_parentId":"co-1_screen-1_a-3_b-1",
"_type":"component",
"_component":"text",
"_classes":"",
"_layout":"left",
"_triggered": {
"_isEnabled":true,
"_top": 30,
"_left": 30,
"showButtonText": "Click me to show",
"hideButtonText": "Click me to hide"
},
"title":"Title",
"displayTitle":"Title",
"body":"Body",
"instruction":""
}
The build does not generate any errors.
Thanks