aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/plugins
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-08-02 11:02:20 +0200
committerArthurHoaro <arthur@hoa.ro>2016-08-02 11:12:01 +0200
commit15170b516429341ae8e1a9ad2111be5ef90bf6aa (patch)
treea6fcbefb1c26c5e6059d0158530f8a6e4599f399 /tests/plugins
parent559315ba0a89e306bc46d0a540f1536193860580 (diff)
downloadShaarli-15170b516429341ae8e1a9ad2111be5ef90bf6aa.tar.gz
Shaarli-15170b516429341ae8e1a9ad2111be5ef90bf6aa.tar.zst
Shaarli-15170b516429341ae8e1a9ad2111be5ef90bf6aa.zip
Parse plugin parameters description with the PluginManager
Plugin parameter can contain a description in their meta file under the key: parameter.<param_name>="<description>"
Diffstat (limited to 'tests/plugins')
-rw-r--r--tests/plugins/test/test.meta4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/plugins/test/test.meta b/tests/plugins/test/test.meta
index ab999ed4..26f243f0 100644
--- a/tests/plugins/test/test.meta
+++ b/tests/plugins/test/test.meta
@@ -1,2 +1,4 @@
1description="test plugin" 1description="test plugin"
2parameters="pop;hip" \ No newline at end of file 2parameters="pop;hip"
3parameter.pop="pop description"
4parameter.hip= \ No newline at end of file