Discussions
Make widget trigger in lcard and ccard
6 months ago by Elena(edited)
(From TechSupport)
I downloaded the widget example from this page
I changed the manifest to
"init_once": false,
In the script.js we have:
render: function () {
console.log('render');
return true;
},
init: \_.bind(function () {
console.log('init');
So it should write in the console each time it trigger render and init.
I assume it should trigger in all areas that defined in the manifest, but it triggers only on the page with the integration list.
I tried many things and various changes in the manifest. Nothing help.
How to make the widget triggered in ccard and lcard?