WoltLab Suite 6.2 Handbuch
Deutsch/PHP-Version: Die Website-Struktur, Navigation und Überschriften sind auf Deutsch vorbereitet. Code-Beispiele und technische Namen bleiben unverändert.

Template Delete Paket Installation Plugin

Deletes frontend templates installed with the template package installation plugin.

!!! warning "You cannot delete templates provided by other packages."

Komponenten

Each item is described as a <template> element with an optional application, which behaves like it does for acp templates.

The templates are identified by their name like when adding template listeners, i.e. by the file name without the .tpl file extension.

Example

{jinja{ codebox(

title="templateDelete.xml",

language="xml",

filepath="package/pip/templateDelete.xml"

) }}