allow html in summary, notes and description
Conflicts: src/main/template/param_readonly.handlebars src/main/template/param_readonly_required.handlebars
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
<td class='code required'>{{name}}</td>
|
||||
<td>-</td>
|
||||
<td width='500'>{{description}}</td>
|
||||
|
||||
<td>
|
||||
{{#if isBody}}
|
||||
<textarea class='body-textarea' readonly='readonly' placeholder='(required)' name='{{name}}'>{{defaultValue}}</textarea>
|
||||
{{else}}
|
||||
{{defaultValue}}
|
||||
{{/if}}
|
||||
</td>
|
||||
<td width='500'>{{{description}}}</td>
|
||||
|
||||
Reference in New Issue
Block a user