Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.67 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.67 KB

REMIND - Basemodules Extension

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:.