added missing files per #100
This commit is contained in:
8
src/main/template/content_type.handlebars
Normal file
8
src/main/template/content_type.handlebars
Normal file
@@ -0,0 +1,8 @@
|
||||
{{#if supportedContentTypes}}
|
||||
<label for="contentType"></label>
|
||||
<select name="contentType">
|
||||
{{#each supportedContentTypes}}
|
||||
<option value="{{{this}}}">{{{this}}}</option>
|
||||
{{/each}}
|
||||
</select>
|
||||
{{/if}}
|
||||
Reference in New Issue
Block a user