Configuration
Target group: Developers, Integrators
Include static TypoScript
The extension ships some TypoScript code which needs to be included.
Note
This needs only to be done, if not using TYPO3 v13 with site sets.
- Switch to the root page of your site.
- Switch to the Template module and select Info/Modify.
- Press the link Edit the whole template record and switch to the tab Includes.
- Select Form Rate Limit (form_rate_limit) from the available items at the field Include static (from extensions):

Include static TypoScript
Site sets (TYPO3 v13)
This extension provides support for site sets introduced with TYPO3 v13.1.
Add brotkrueml/
as dependency to the configuration of
your site package:
EXT:your_sitepackage/Configuration/Sets/<your-set>/config.yaml
name: your-vendor/your-sitepackage
label: Sitepackage
dependencies:
# ... some other dependencies
- brotkrueml/form-rate-limit
Copied!