diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-05-22 21:49:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-22 21:49:35 +0200 |
| commit | 7a19800a6fed788c510156957d5d6c70f34bd222 (patch) | |
| tree | 918da0319d4a1b053a873e3ff9953aa0be8e6259 /templates/unlink_clone.xml | |
| parent | 175709cdcfba4945cb20d21130e04efca54dd7ae (diff) | |
add links to documention in inx extensions (#2937)
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> |
