remind/typo3-module-base

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

Installs: 3 127

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Open Issues: 0

Language:HTML

Type:typo3-cms-extension

1.3.0 2023-10-26 14:38 UTC

This package is auto-updated.

Last update: 2024-03-26 15:36:21 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:.