remind/typo3-module-base

TYPO3 module defintion to act as the top menu for all other REMIND modules.

Maintainers

Package info

github.com/remindgmbh/typo3-module-base

Language:HTML

Type:typo3-cms-extension

pkg:composer/remind/typo3-module-base

Statistics

Installs: 3 203

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

2.0.0 2024-10-02 11:53 UTC

This package is auto-updated.

Last update: 2026-03-03 15:02:26 UTC


README

TYPO3 module defintion to act as the top menu for all other REMIND modules.

travis-img codecov-img styleci-img php-v-img github-issues-img contrib-welcome-img license-img

Usage

Use TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerModule with remind as $mainModuleName to add a sub module.

Do not use position top for submodules because it´s reserved for the remind info module, which is part of this extension.

If several modules are declared at the same position, the last one wins. We recommended to use bottom , after: or before:.