diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2020-04-01 18:50:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-01 18:50:14 +0200 |
| commit | facf1817927be7e0905dc398aa53464a4f244826 (patch) | |
| tree | e480054db8e7d2106b20077abaa04197dc242e66 /templates | |
| parent | 13f93ea1515c296335874552930bb2f5f14f977d (diff) | |
Option to include SVG in ZIP file (#648)
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/zip.inx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/zip.inx b/templates/zip.inx index 485e3f1b..3699915b 100644 --- a/templates/zip.inx +++ b/templates/zip.inx @@ -9,9 +9,10 @@ <_filetypetooltip>{{ _("Create a ZIP with multiple embroidery file formats using Ink/Stitch") }}</_filetypetooltip> <dataloss>true</dataloss> </output> - {% for format, description in formats %} + {%- for format, description in formats %} <param name="format-{{ format }}" type="boolean" _gui-text=".{{ format | upper }}: {{ _(description) }}">false</param> - {% endfor %} + {%- endfor %} + <param name="format-svg" type="boolean" _gui-text=".SVG: {{ _("Scalable Vector Graphic") }}">false</param> <param name="extension" type="string" gui-hidden="true">zip</param> <script> {{ command_tag | safe }} |
