Use new titled code box macro
[GitHub/WoltLab/woltlab.github.io.git] / docs / package / pip / pip.md
CommitLineData
8659eb86 1# Package Installation Plugin Package Installation Plugin
0b768461 2
be3fe035
TD
3Registers new package installation plugins.
4
5## Components
6
7Each package installation plugin is described as an `<pip>` element with a `name` attribute and a PHP classname as the text content.
8
9003992d 9!!! warning "The package installation plugin’s class file must be installed into the `wcf` application and must not include classes outside the `\wcf\*` hierarchy to allow for proper uninstallation!"
be3fe035
TD
10
11## Example
12
9a3f5fa3
MS
13{jinja{ codebox(
14 "xml",
15 "package/pip/packageInstallationPlugin.xml",
16 "packageInstallationPlugin.xml"
17) }}