From 587c9f7d3f4ac9efbd8851dad1c2f62b9e7e6e61 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 9 Apr 2015 01:07:37 -0400 Subject: stub in video field --- themes/okadmin/templates/partials/inputs.liquid | 14 +++++++++++++- themes/okadmin/templates/partials/tail.liquid | 1 + 2 files changed, 14 insertions(+), 1 deletion(-) (limited to 'themes/okadmin/templates/partials') diff --git a/themes/okadmin/templates/partials/inputs.liquid b/themes/okadmin/templates/partials/inputs.liquid index 551a66c..42e459f 100644 --- a/themes/okadmin/templates/partials/inputs.liquid +++ b/themes/okadmin/templates/partials/inputs.liquid @@ -3,7 +3,7 @@ {% assign spec = pair[1] %} {% assign type = spec.type %} -
+
{% if type == 'string' %} @@ -18,6 +18,14 @@ disabled="true" {% endif %} name="{{name}}">{{spec.value}} + {% elsif type == 'video' %} +
+ + + + + +
{% elsif type == 'enum' %} + {% elsif type == 'uri' %} +
+ +
{% else %}

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

{% endif %} diff --git a/themes/okadmin/templates/partials/tail.liquid b/themes/okadmin/templates/partials/tail.liquid index 76d31b0..31da4ed 100644 --- a/themes/okadmin/templates/partials/tail.liquid +++ b/themes/okadmin/templates/partials/tail.liquid @@ -1,6 +1,7 @@
{% comment %} closes container tag {% endcomment %} + -- cgit v1.2.3-70-g09d2