From 50c9543f7b0160170461040d83016249d329ec8e Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Fri, 15 May 2020 22:47:19 +0200 Subject: [PATCH] Add an example for the description variable to the meta file --- doc/md/Plugin-System.md | 2 ++ 1 file changed, 2 insertions(+) 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 The plugin system also looks for a `description` variable in the .meta file, to be displayed in the plugin administration page. + description="The plugin does this and that." + ### Understanding hooks A plugin is a set of functions. Each function will be triggered by the plugin system at certain point in Shaarli execution. -- 2.41.0