diff options
author | flow.gunso <flow.gunso@gmail.com> | 2020-05-15 22:47:19 +0200 |
---|---|---|
committer | flow.gunso <flow.gunso@gmail.com> | 2020-05-15 22:47:19 +0200 |
commit | 50c9543f7b0160170461040d83016249d329ec8e (patch) | |
tree | c799d0bdd2893b83c5e00224a5979872c4732047 /doc/md/Plugin-System.md | |
parent | 8f6202deb0cbf58dd18bf0523c81fd24851e3b6c (diff) | |
download | Shaarli-50c9543f7b0160170461040d83016249d329ec8e.tar.gz Shaarli-50c9543f7b0160170461040d83016249d329ec8e.tar.zst Shaarli-50c9543f7b0160170461040d83016249d329ec8e.zip |
Add an example for the description variable to the meta file
Diffstat (limited to 'doc/md/Plugin-System.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. |