When I have created a custom activity, how do i configure the descriptionfield to support html?
Like the descriptionfie开发者_Python百科ld that is used in an email activity.
The description field of all activities, except the email activity, is plain text. This field gets rendered as text field.
You could try to convert the content of the filed dynamically into html, but keep in mind that this is not covered by the public api.
精彩评论