github.com/manicqin/nomad@v0.9.5/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    )}}