Plugin parameter description: Update the templates to display them
This commit is contained in:
parent
15170b5164
commit
1442afe3cf
2 changed files with 5 additions and 4 deletions
|
@ -104,11 +104,12 @@
|
|||
<div class="plugin_parameter">
|
||||
<div class="float_label">
|
||||
<label for="{$key}">
|
||||
<code>{$key}</code>
|
||||
<code>{$key}</code><br>
|
||||
{$value.desc}
|
||||
</label>
|
||||
</div>
|
||||
<div class="float_input">
|
||||
<input name="{$key}" value="{$value}" id="{$key}"/>
|
||||
<input name="{$key}" value="{$value.value}" id="{$key}"/>
|
||||
</div>
|
||||
</div>
|
||||
{/loop}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue