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.

ACP Template Delete Paket Installation Plugin

Deletes admin panel templates installed with the acpTemplate package installation plugin.

!!! warning "You cannot delete acp 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="acpTemplateDelete.xml",

language="xml",

filepath="package/pip/acpTemplateDelete.xml"

) }}