5,418
edits
Changes
From Gramps
m
→Register Options
* '''<code>maintainers</code>''': List of maintainers of the plugin, default=[] {{new|5.2.0}}
* '''<code>maintainers_email</code>''': List of emails of the maintainers (in the same order as the '''<code>maintainers</code>''' list) of the plugin, default=[] {{new|5.2.0}}
* '''<code>requires_mod</code>''': {{new|5.2.0}} specifies python modules that the addon requires. If you want to allow Gramps to try to install a module using pip, then it should be pure python.{{new|5.2.0}} * '''<code>requires_gi</code>''': {{new|5.2.0}} specifies GObject introspection modules that are required. Gramps cannot install these{{new|5.2.0}} * '''<code>requires_exe</code>''': {{new|5.2.0}} specifies executables that must be present in the PATH. Again, the user must install these themselves{{new|5.2.0}}
* '''<code>version</code>''': a string with 2 dots (such as "1.23.14") representing the version number
* '''<code>gramps_target_version</code>''': a string with 2 dots representing the version of Gramps for which this gramplet was written. Only gramplets matching the installed version will be available for installation.