topcoder-platform / leaderboard-ui

0 stars 3 forks source link

Message page isn't showing message #11

Closed ajefts closed 5 years ago

ajefts commented 5 years ago

https://tco-leaderboard-ui-prod.herokuapp.com/page/message/4yq5xOiCGsoQCci68W2w2g

A recent change has made it so the message isn't displaying anymore. I think it's related to https://github.com/topcoder-platform/leaderboard-ui/issues/4

Do we need to adjust the model?

callmekatootie commented 5 years ago

That is right - from the ticket #4 itself:

Kindly note that you need to create a new attribute html in the content model. This will be a Long Text. In this, you can add your markdown content that will be translated to html when displaying on the UI.

ajefts commented 5 years ago

Got it. Thanks. I added the config.

callmekatootie commented 5 years ago

Some more info - you need to use markdown, which is converted to html by the app. So, you can control the styling - the app will only show it, not add any styles. WYSIWYG basically