remind / typo3-module-base
TYPO3 module defintion to act as the top menu for all other REMIND modules.
Installs: 3 158
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
Language:HTML
Type:typo3-cms-extension
Requires
- php: ^7.4.0 | ^8.0.0
- typo3/cms-core: ^10.4.0 | ^11.5.0 || ^12.4.0
Requires (Dev)
- phpmd/phpmd: ^2.10.2
- remind/confluence-changelog: ^0.3.0
- squizlabs/php_codesniffer: ^3.6.0
- typo3/testing-framework: ^8.2.0
This package is auto-updated.
Last update: 2024-11-07 11:56:02 UTC
README
TYPO3 module defintion to act as the top menu for all other REMIND modules.
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:
.