From 233340c0e72e96ba4c2b80fe0737c0a13884dcf7 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Sat, 22 Jul 2023 06:43:40 +0200 Subject: zip: add input field for custom file names (#2426) --- templates/zip.xml | 44 +++++++++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 19 deletions(-) (limited to 'templates/zip.xml') diff --git a/templates/zip.xml b/templates/zip.xml index 1eafd662..86be0e65 100644 --- a/templates/zip.xml +++ b/templates/zip.xml @@ -9,25 +9,31 @@ Create a ZIP with multiple embroidery file formats using Ink/Stitch true - - 1 - 100 - 1 - 100 - - - - - {%- for format, description, mimetype, category in formats %} - {%- if category != "vector" and category != "debug" %} - false - {%- endif %} - {%- endfor %} - - false - false - - zip + + + + {%- for format, description, mimetype, category in formats %} + {%- if category != "vector" and category != "debug" %} + false + {%- endif %} + {%- endfor %} + false + false + zip + + + + + 1 + 100 + 1 + 100 + + + + + -- cgit v1.3.1