diff options
Diffstat (limited to 'templates/duplicate_params.xml')
| -rw-r--r-- | templates/duplicate_params.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/duplicate_params.xml b/templates/duplicate_params.xml new file mode 100644 index 00000000..2fc83c52 --- /dev/null +++ b/templates/duplicate_params.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> + <name>{% trans %}Duplicate Params{% endtrans %}</name> + <id>org.inkstitch.duplicate_params.{{ locale }}</id> + <param name="extension" type="string" gui-hidden="true">duplicate_params</param> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu name="Ink/Stitch" /> + </effects-menu> + </effect> + <script> + {{ command_tag | safe }} + </script> +</inkscape-extension> |
