You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by "Marcus Christie (Jira)" <ji...@apache.org> on 2019/08/20 14:51:00 UTC

[jira] [Created] (AIRAVATA-3187) HTML custom output display type

Marcus Christie created AIRAVATA-3187:
-----------------------------------------

             Summary: HTML custom output display type
                 Key: AIRAVATA-3187
                 URL: https://issues.apache.org/jira/browse/AIRAVATA-3187
             Project: Airavata
          Issue Type: Bug
          Components: Django Portal
    Affects Versions: 0.19
            Reporter: Marcus Christie
            Assignee: Marcus Christie


A viewer for *output view providers* that have display type *html*.

{{generate_data}} should return a JSON serializable dictionary with the HTML as the value of the *output* key:
{code:json}
{
  "output": "<p>Hello World</p>"
}
{code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)