Ayush Gupta 11 anni fa
parent
commit
2212f73492
1 ha cambiato i file con 5 aggiunte e 3 eliminazioni
  1. +5
    -3
      src/main/template/content_type.handlebars

+ 5
- 3
src/main/template/content_type.handlebars Vedi File

@@ -1,8 +1,10 @@
{{#if supportedContentTypes}}
<label for="contentType"></label>
<select name="contentType">
{{#each supportedContentTypes}}
{{#if supportedContentTypes}}
{{#each supportedContentTypes}}
<option value="{{{this}}}">{{{this}}}</option>
{{/each}}
</select>
{{else}}
<option value="application/json">application/json</option>
{{/if}}
</select>

Caricamento…
Annulla
Salva