summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/sew_stack_editor.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/sew_stack_editor.xml b/templates/sew_stack_editor.xml
new file mode 100644
index 00000000..217da0e5
--- /dev/null
+++ b/templates/sew_stack_editor.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>Sew Stack (preview)...</name>
+ <id>org.{{ id_inkstitch }}.sew_stack_editor</id>
+ <param name="extension" type="string" gui-hidden="true">sew_stack_editor</param>
+ <effect>
+ <object-type>all</object-type>
+ <effects-menu>
+ <submenu name="{{ menu_inkstitch }}" translatable="no" />
+ </effects-menu>
+ </effect>
+ <script>
+ {{ command_tag | safe }}
+ </script>
+</inkscape-extension>