This commit is contained in:
Tony Tam
2013-07-17 16:02:47 -07:00
parent e72dbd6bc6
commit df20d2bd5e
6 changed files with 67 additions and 16 deletions

View File

@@ -4,6 +4,7 @@
{{#if isBody}}
{{#if isFile}}
<input type="file" name='{{name}}'/>
<div class="parameter-content-type" />
{{else}}
{{#if defaultValue}}
<textarea class='body-textarea' name='{{name}}'>{{defaultValue}}</textarea>