diff options
| author | two hustlers proj <jules+okfprojz@okfoc.us> | 2015-05-27 13:26:30 -0400 |
|---|---|---|
| committer | two hustlers proj <jules+okfprojz@okfoc.us> | 2015-05-27 13:26:30 -0400 |
| commit | fca99b7846b78393a87c2aa7b91571cbf02530e3 (patch) | |
| tree | b041b2c284b2b3233fdeae28e2fbebdae9c2aef6 /themes | |
| parent | 1dfbf71af1776bbb913a65d6d9a0c5e6b0fadd46 (diff) | |
| parent | fb5c451361916593edf39ed5f3614984dc29a36d (diff) | |
Merge branch 'twohustlers' of github.com:okfocus/okcms into twohustlers
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/okadmin/templates/partials/inputs.liquid | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/okadmin/templates/partials/inputs.liquid b/themes/okadmin/templates/partials/inputs.liquid index 6eb1e43..25ad197 100644 --- a/themes/okadmin/templates/partials/inputs.liquid +++ b/themes/okadmin/templates/partials/inputs.liquid @@ -49,6 +49,11 @@ <button class="remove">x</button> </div> </div> + {% elsif type == 'tag-list' %} + <div class="tag-list"> + <input id="{{name}}-input" name="{{name}}" value="{{spec.value}}" + placeholder="Enter a comma separated list of tags."> + </div> {% elsif type == 'media-list' %} <div class="media-list group loaded"> <div class="fields"> |
