15,091
edits
Changes
From Gramps
no edit summary
<pre>
register(PTYPE,
gramps_target_version = "56.20",
version = "1.0.0",
ATTR = value,
description = _("Attaches a shared source to multiple objects."),
version = '1.0.0',
gramps_target_version = '56.20',
status = STABLE,
fname = 'AttachSourceTool.py',
description = _("Provides a library for doing something."),
version = '1.0',
gramps_target_version = '56.20',
status = STABLE,
fname = 'library.py',
category = "WEBSTUFF",
version = '1.0',
gramps_target_version = '56.20',
data = ["a", "b", "c"],
)
description = _("Provides a collection of stylesheets for the web"),
version = '1.0',
gramps_target_version = '56.20',
fname = "stylesheet.py",
load_on_reg = True,
===List your addon===
Add a short description of your addon to the Addons list by editing the current release listing eg: [[56.2_Addons0_Addons]] or if the addon is meant for a future release [[56.3_Addons1_Addons]] when available.
==== Example addon template ====