aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorflow.gunso <flow.gunso@gmail.com>2020-05-15 22:47:19 +0200
committerflow.gunso <flow.gunso@gmail.com>2020-05-15 22:47:19 +0200
commit50c9543f7b0160170461040d83016249d329ec8e (patch)
treec799d0bdd2893b83c5e00224a5979872c4732047 /doc
parent8f6202deb0cbf58dd18bf0523c81fd24851e3b6c (diff)
downloadShaarli-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')
-rw-r--r--doc/md/Plugin-System.md2
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
41The plugin system also looks for a `description` variable in the <plugin_name>.meta file, to be displayed in the plugin administration page. 41The 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
45A plugin is a set of functions. Each function will be triggered by the plugin system at certain point in Shaarli execution. 47A plugin is a set of functions. Each function will be triggered by the plugin system at certain point in Shaarli execution.