diff options
Diffstat (limited to 'doc/md')
-rw-r--r-- | doc/md/Plugin-System.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/md/Plugin-System.md b/doc/md/Plugin-System.md index 7a5ba23d..d5b16e2d 100644 --- a/doc/md/Plugin-System.md +++ b/doc/md/Plugin-System.md | |||
@@ -40,6 +40,8 @@ This function can be used to create initial data, load default settings, etc. Bu | |||
40 | 40 | ||
41 | The plugin system also looks for a `description` variable in the <plugin_name>.meta file, to be displayed in the plugin administration page. | 41 | The plugin system also looks for a `description` variable in the <plugin_name>.meta file, to be displayed in the plugin administration page. |
42 | 42 | ||
43 | description="The plugin does this and that." | ||
44 | |||
43 | ### Understanding hooks | 45 | ### Understanding hooks |
44 | 46 | ||
45 | A plugin is a set of functions. Each function will be triggered by the plugin system at certain point in Shaarli execution. | 47 | A plugin is a set of functions. Each function will be triggered by the plugin system at certain point in Shaarli execution. |