github.com/outbrain/consul@v1.4.5/ui-v2/app/templates/components/code-editor.hbs (about)

     1  {{ivy-codemirror
     2      value=value
     3      readonly=readonly
     4      name=name
     5      class=class
     6      options=options
     7      valueUpdated=(action onkeyup)
     8  }}
     9  {{#if (not syntax)}}
    10  {{#power-select
    11    onchange=(action onchange)
    12    selected=mode
    13    searchEnabled=false
    14    options=modes as |mode|
    15  }}
    16    {{mode.name}}
    17  {{/power-select}}
    18  {{/if}}