Merge pull request #619 from ArthurHoaro/plugins/param-desc
Add a description to plugin parameters
This commit is contained in:
commit
8758bb0ac8
8 changed files with 37 additions and 18 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