service portal widgets: use pre to display data.events as a JSON object
enter anywhere in the HTML template of the widget
<pre>{{c.data.events}}</pre>
(server script populates the data.events)
<pre>{{c.data.events}}</pre>
(server script populates the data.events)
Comments
Post a Comment