diff options
Diffstat (limited to 'templates/unlink_clone.xml')
| -rw-r--r-- | templates/unlink_clone.xml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/templates/unlink_clone.xml b/templates/unlink_clone.xml index cd1caa00..cf7c0caf 100644 --- a/templates/unlink_clone.xml +++ b/templates/unlink_clone.xml @@ -2,8 +2,18 @@ <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> + <param name="notebook" type="notebook"> + <page name="options" gui-text="Options"> + <param name="extension" type="string" gui-hidden="true">unlink_clone</param> + <param name="recursive" type="boolean" gui-text="Recursive">true</param> + </page> + <page name="info" gui-text="Help"> + <label>Unlink clones and apply the fill stitch angle.</label> + <spacer /> + <label>More information on our website</label> + <label appearance="url">https://inkstitch.org/docs/edit/#unlink-clone/</label> + </page> + </param> <effect needs-live-preview="false"> <object-type>all</object-type> <effects-menu> |
