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/install_custom_palette.xml | |
| parent | 175709cdcfba4945cb20d21130e04efca54dd7ae (diff) | |
add links to documention in inx extensions (#2937)
Diffstat (limited to 'templates/install_custom_palette.xml')
| -rw-r--r-- | templates/install_custom_palette.xml | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/templates/install_custom_palette.xml b/templates/install_custom_palette.xml index fa037e7b..19270331 100644 --- a/templates/install_custom_palette.xml +++ b/templates/install_custom_palette.xml @@ -3,9 +3,22 @@ <name>Install custom palette</name> <id>org.{{ id_inkstitch }}.install_custom_palette</id> <param name="extension" type="string" gui-hidden="true">install_custom_palette</param> - <label indent="1">Choose a .gpl color palette file to install into Inkscape.</label> - <label indent="1">Restart Inkscape to use.</label> - <param indent="1" name="filepath" type="path" gui-text="Choose file" mode="file" filetypes="gpl"/> + + <param name="notebook" type="notebook"> + <page name="options" gui-text="Options"> + <label indent="1">Choose a .gpl color palette file to install into Inkscape.</label> + <label indent="1">Restart Inkscape to use.</label> + <spacer /> + <param indent="1" name="filepath" type="path" gui-text="Choose file" mode="file" filetypes="gpl"/> + </page> + <page name="info" gui-text="Help"> + <label>This extension installs a custom thread palette into Inkscape.</label> + <spacer /> + <label>More information on our website</label> + <label appearance="url">https://inkstitch.org/docs/thread-color/#install-custom-palette</label> + </page> + </param> + <effect needs-live-preview="false"> <object-type>all</object-type> <effects-menu> |
