summaryrefslogtreecommitdiff
path: root/templates/element_info.xml
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2023-10-15 07:18:26 +0200
committerGitHub <noreply@github.com>2023-10-15 07:18:26 +0200
commit1ff677722844e311f64d10079ff96b725b00676e (patch)
treef49337585180c7afae0c66d6591702d2fbc7f56b /templates/element_info.xml
parent45e430bb60e2a952211a3526fabb5e11badfcce3 (diff)
Add element info extension (#2544)
Diffstat (limited to 'templates/element_info.xml')
-rw-r--r--templates/element_info.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/element_info.xml b/templates/element_info.xml
new file mode 100644
index 00000000..8211a515
--- /dev/null
+++ b/templates/element_info.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>Element Info</name>
+ <id>org.inkstitch.element_info</id>
+ <param name="extension" type="string" gui-hidden="true">element_info</param>
+ <effect>
+ <object-type>all</object-type>
+ <effects-menu>
+ <submenu name="Ink/Stitch" translatable="no">
+ <submenu name="Troubleshoot" />
+ </submenu>
+ </effects-menu>
+ </effect>
+ <script>
+ {{ command_tag | safe }}
+ </script>
+</inkscape-extension>