dwenzel/t3extension-tools

Tools for TYPO3 CMS extensions

Installs: 22 144

Dependents: 4

Suggesters: 0

Security: 0

Stars: 3

Watchers: 4

Forks: 2

Open Issues: 0

Type:typo3-cms-extension

2.1.0 2023-09-21 11:49 UTC

README

Provide tools for extensions of the TYPO3 CMS

Installation

composer require dwenzel/t3extension-tools

Note: This extension will be updated in TYPO3 Extension Repository sporadically only.
Use the latest composer version instead.

Features

  • register plugins
  • register modules
  • configure tables
    • allow tables on standard pages
    • add localized description for tables (context sensitive help)
  • register bitmap and SVG icons
  • load TypoScript and PageTS config
  • use interfaces and traits for console commands

Caveats

Make sure, no other extension is extending TYPO3\CMS\Extbase\Service\ExtensionService.
If an extending class is registered via TypoScript it will be found at config.tx_extbase.objects.TYPO3\CMS\Extbase\Service\ExtensionService.className.