Всем привет, ТП шлёт куда подальше - спрошу поэтому здесь.
Пытаюсь загузить свой виджет
Написал ему в настройках "installation": false, "is_showcase": true,
this.callbacks = {
render: function(){
console.log('rendering my custom widget');
alert('test');
return true;
},