summaryrefslogtreecommitdiff
path: root/templates/output.xml
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2023-08-21 16:23:10 +0200
committerGitHub <noreply@github.com>2023-08-21 16:23:10 +0200
commit4b0bad55a2e22e979dd192307d7f8dd1760e272e (patch)
treefd86d0f7d0b6ed07d0e35abd87dd5612c8c0131a /templates/output.xml
parentaaa29c8239be16740ea44988e481d50355db7359 (diff)
add embroidery formats to inkscape export dialog (#2489)
Diffstat (limited to 'templates/output.xml')
-rw-r--r--templates/output.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/output.xml b/templates/output.xml
index 5c35ca7d..e7bef131 100644
--- a/templates/output.xml
+++ b/templates/output.xml
@@ -2,7 +2,7 @@
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>{{ format | upper }} file output</name>
<id>org.inkstitch.output.{{ format }}</id>
- <output>
+ <output is_exported="true">
<extension>.{{ format }}</extension>
<mimetype>{{ mimetype }}</mimetype>
<filetypename>Ink/Stitch: {{ description }} (.{{ format }})</filetypename>