]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Parse plugin parameters description with the PluginManager
authorArthurHoaro <arthur@hoa.ro>
Tue, 2 Aug 2016 09:02:20 +0000 (11:02 +0200)
committerArthurHoaro <arthur@hoa.ro>
Tue, 2 Aug 2016 09:12:01 +0000 (11:12 +0200)
commit15170b516429341ae8e1a9ad2111be5ef90bf6aa
treea6fcbefb1c26c5e6059d0158530f8a6e4599f399
parent559315ba0a89e306bc46d0a540f1536193860580
Parse plugin parameters description with the PluginManager

Plugin parameter can contain a description in their meta file under the key:

    parameter.<param_name>="<description>"
application/PluginManager.php
application/config/ConfigPlugin.php
tests/PluginManagerTest.php
tests/config/ConfigPluginTest.php
tests/plugins/test/test.meta