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.

Menu Paket Installation Plugin

Deploy and manage menus that can be placed anywhere on the site.

Komponenten

Each item is described as a <menu> element with the mandatory attribute identifier that should follow the naming pattern <packageIdentifier>.<MenuName>, e.g. com.woltlab.wcf.MainMenu.

<title>

!!! info "The language attribute is required and should specify the ISO-639-1 language code."

The internal name displayed in the admin panel only, can be fully customized by the administrator and is immutable. Only one value is accepted and will be picked based on the site's default language, but you can provide localized values by including multiple <title> elements.

<box>

The following elements of the box PIP are supported, please refer to the documentation to learn more about them:

Example

{jinja{ codebox(

title="menu.xml",

language="xml",

filepath="package/pip/menu.xml"

) }}