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-11-05 14:29:52 +0100
commitf47d81248d7bcbb478a67c0d0eb2a876c43b9570 (patch)
tree8ccac6c33ef7af840a841559deaf71a5663026eb /tests/plugins
parent6aa08e74bcd528607cb0fed448cc885709f214fe (diff)
downloadShaarli-f47d81248d7bcbb478a67c0d0eb2a876c43b9570.tar.gz
Shaarli-f47d81248d7bcbb478a67c0d0eb2a876c43b9570.tar.zst
Shaarli-f47d81248d7bcbb478a67c0d0eb2a876c43b9570.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