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