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,10 @@
|
||||
<td class='code'>{{name}}</td>
|
||||
<td>-</td>
|
||||
<td width='500'>{{description}}</td>
|
||||
<td>
|
||||
{{#if isBody}}
|
||||
<textarea class='body-textarea' readonly='readonly' name='{{name}}'>{{defaultValue}}</textarea>
|
||||
{{else}}
|
||||
{{defaultValue}}
|
||||
{{/if}}
|
||||
</td>
|
||||
<td width='500'>{{{description}}}</td>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user