diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-10-17 19:33:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-17 19:33:55 +0200 |
| commit | 58b2e971d37adf6d9308ca89ea033385dd1ded13 (patch) | |
| tree | 567e97c69d27a9281304e66a1e7b6b99b25a4968 /templates | |
| parent | 37731e75679d144b84bb11f850bc32557f556316 (diff) | |
zip: expose file name option better (#2555)
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/zip.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/zip.xml b/templates/zip.xml index 86be0e65..d6f4fbb2 100644 --- a/templates/zip.xml +++ b/templates/zip.xml @@ -9,6 +9,9 @@ <filetypetooltip>Create a ZIP with multiple embroidery file formats using Ink/Stitch</filetypetooltip> <dataloss>true</dataloss> </output> + <param name="custom-file-name" type="string" gui-text="Custom file name" + gui-description="Defines the file names inside the zip archive. Leave empty for default file name."></param> + <spacer /> <param name="notebook" type="notebook"> <page name="file-formats" gui-text="File Formats"> <label>Output formats:</label> @@ -29,10 +32,6 @@ <param name="y-repeats" type="int" min="1" max="20" gui-text="Vertical repeats">1</param> <param name="y-spacing" type="float" min="-1000" max="1000" gui-text="Vertical spacing (mm)">100</param> </page> - <page name="output-options" gui-text="Output Options"> - <param name="custom-file-name" type="string" gui-text="Custom file name" - gui-description="Defines the file names inside the zip archive. Leave empty for default file name."></param> - </page> </param> <script> {{ command_tag | safe }} |
