contao / manager-plugin

Contao Manager Plugin
GNU Lesser General Public License v3.0
4 stars 9 forks source link

Added ApiPluginInterface #14

Closed aschempp closed 6 years ago

aschempp commented 6 years ago

The ApiPluginInterface allows a plugin to extend the Contao Manager API.

  1. by providing commands
  2. by extending the features list

see https://github.com/contao/manager-bundle/pull/75 for the actual implementation

leofeyer commented 6 years ago

Thank you @aschempp.