Add an example for the description variable to the meta file
This commit is contained in:
parent
8f6202deb0
commit
50c9543f7b
1 changed files with 2 additions and 0 deletions
|
@ -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 <plugin_name>.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.
|
||||
|
|
Loading…
Reference in a new issue