Skip to main content
Skip table of contents

structure-item-type

This module type lets you declare a new item type. Items of that type can then be used in structures.

Example

CODE
<structure-item-type key="type-book" name="itemtype:Book"
    class="com.mycompany.structure.books.BookItemType"/>

Element

Required?

Description

@key

Yes

The unique identifier of the plugin module. Full module key will define the itemType part of ItemIdentity.

@name

No

The human-readable name of the plugin module.

@class

Yes

The class that implements the support for the item type. Must implement StructureItemType.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.