Actions
Feature proposal #4495
closedPlugins to install new library files
Description
Plugins being able to install new libraries through CB plugins would be handy to extend API. Example path as follows.
\CBLib\Plugin\CBActivity\Database\Table\ActivityTable.php
Updated by beat about 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
MR !468 implements this with this syntax:
<libraries>
<library name="CBQueryLib">
<files folder="library">
<filename>CBQueryLibNamespace.php</filename>
</files>
</library>
</libraries>
Actions