From ee5a0ec0c43f673ee79a2fdcf16ea368ea385532 Mon Sep 17 00:00:00 2001 From: Sean Fridman Date: Wed, 8 Apr 2015 21:50:59 -0400 Subject: Add support for textarea data types --- themes/okadmin/templates/partials/inputs.liquid | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'themes') diff --git a/themes/okadmin/templates/partials/inputs.liquid b/themes/okadmin/templates/partials/inputs.liquid index 4dd600d..2726473 100644 --- a/themes/okadmin/templates/partials/inputs.liquid +++ b/themes/okadmin/templates/partials/inputs.liquid @@ -4,13 +4,19 @@ {% assign type = spec.type %}
+ {% if type == 'string' %} - + {% else if type == 'text' %} + {% else %}

Admin template doesn't support '{{type}}' properties!

{% endif %} -- cgit v1.2.3-70-g09d2