diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-09-02 11:29:01 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-09-02 11:29:01 -0400 |
| commit | ef64682b40be479ecff91c19d406fff10f9cc688 (patch) | |
| tree | 43160ffde04f375d8022fba5e5f96283a0cd745a /themes | |
| parent | 233188e7d36dea5f5e5102322be4df81b9d4114e (diff) | |
rename captioned-image-list to gallery, closes #3
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/okadmin/templates/partials/inputs.liquid | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/okadmin/templates/partials/inputs.liquid b/themes/okadmin/templates/partials/inputs.liquid index bca397f..0fee61e 100644 --- a/themes/okadmin/templates/partials/inputs.liquid +++ b/themes/okadmin/templates/partials/inputs.liquid @@ -140,7 +140,7 @@ </div> - {% elsif type == 'media-list' %} + {% elsif type == 'media-list' or type == 'media' %} <div class="media-list group loaded"> <div class="fields"> <div class="add-image-button"> @@ -274,7 +274,7 @@ {% endfor %} </ol> </div> - {% elsif type == 'captioned-image-list' %} + {% elsif type == 'captioned-image-list' or type == 'gallery' %} <div class="image-list group loaded"> <div class="fields"> <div class="add-image-button"> |
