diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-08-02 11:02:20 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-08-02 11:12:01 +0200 |
commit | 15170b516429341ae8e1a9ad2111be5ef90bf6aa (patch) | |
tree | a6fcbefb1c26c5e6059d0158530f8a6e4599f399 /tests/plugins | |
parent | 559315ba0a89e306bc46d0a540f1536193860580 (diff) | |
download | Shaarli-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.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 | ||