closes #107
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
{{#if supportedContentTypes}}
|
|
||||||
<label for="contentType"></label>
|
<label for="contentType"></label>
|
||||||
<select name="contentType">
|
<select name="contentType">
|
||||||
{{#each supportedContentTypes}}
|
{{#if supportedContentTypes}}
|
||||||
|
{{#each supportedContentTypes}}
|
||||||
<option value="{{{this}}}">{{{this}}}</option>
|
<option value="{{{this}}}">{{{this}}}</option>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</select>
|
{{else}}
|
||||||
|
<option value="application/json">application/json</option>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
</select>
|
||||||
|
|||||||
Reference in New Issue
Block a user