Add support for config hashes in the admin settings page.

This commit is contained in:
2011-09-24 16:14:10 +01:00
parent 1737106618
commit 553c256574
5 changed files with 64 additions and 4 deletions

View File

@@ -14,6 +14,7 @@
<option value="bool">Boolean</option>
<option value="string">String</option>
<option value="string-list">String List</option>
<option value="hash">Hash</option>
</select>
</td>
</tr>