github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/ui/app/templates/components/json-viewer.hbs (about)

     1  {{ivy-codemirror
     2    value=jsonStr
     3    options=(hash
     4      mode="javascript"
     5      theme="hashi-read-only"
     6      tabSize=2
     7      lineNumbers=true
     8      readOnly=true
     9    )}}