diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-08-02 11:02:20 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-11-05 14:29:52 +0100 |
commit | f47d81248d7bcbb478a67c0d0eb2a876c43b9570 (patch) | |
tree | 8ccac6c33ef7af840a841559deaf71a5663026eb /tests/plugins/test | |
parent | 6aa08e74bcd528607cb0fed448cc885709f214fe (diff) | |
download | Shaarli-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/test')
-rw-r--r-- | tests/plugins/test/test.meta | 4 |
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 @@ | |||
1 | description="test plugin" | 1 | description="test plugin" |
2 | parameters="pop;hip" \ No newline at end of file | 2 | parameters="pop;hip" |
3 | parameter.pop="pop description" | ||
4 | parameter.hip= \ No newline at end of file | ||