diff options
| author | Julie Lala <jules@okfoc.us> | 2015-04-09 06:16:14 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2015-04-09 06:16:14 -0400 |
| commit | dd8f419fa0d65cc16a6c1f6821615f6b30196dbd (patch) | |
| tree | 0659f9af58197deedd423595154fbcc6c139ed33 /themes/okadmin/templates | |
| parent | 36da66908e8b124c4846a82ad4ccc2d1749e0b15 (diff) | |
add url button on image field
Diffstat (limited to 'themes/okadmin/templates')
| -rw-r--r-- | themes/okadmin/templates/partials/inputs.liquid | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/okadmin/templates/partials/inputs.liquid b/themes/okadmin/templates/partials/inputs.liquid index d8207ab..7d23c9e 100644 --- a/themes/okadmin/templates/partials/inputs.liquid +++ b/themes/okadmin/templates/partials/inputs.liquid @@ -54,6 +54,7 @@ <input id="file" type="file" accept="image/*" multiple> <span>+ Add images</span> </div> + <input id="add-image-url" type="text" placeholder="+ Add URL"> <script type="text/html" id="captioned-image-template"> <li class="image-element"> <input class="uri" type="hidden" name="{{name}}[][uri]" value=""> |
