diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-08-21 16:23:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-21 16:23:10 +0200 |
| commit | 4b0bad55a2e22e979dd192307d7f8dd1760e272e (patch) | |
| tree | fd86d0f7d0b6ed07d0e35abd87dd5612c8c0131a /templates | |
| parent | aaa29c8239be16740ea44988e481d50355db7359 (diff) | |
add embroidery formats to inkscape export dialog (#2489)
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/output.xml | 2 |
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> |
