]> 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>
Sat, 5 Nov 2016 13:29:52 +0000 (14:29 +0100)
commitf47d81248d7bcbb478a67c0d0eb2a876c43b9570
tree8ccac6c33ef7af840a841559deaf71a5663026eb
parent6aa08e74bcd528607cb0fed448cc885709f214fe
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