Configuration

Target group: Developers, Integrators

Include static TypoScript

The extension ships some TypoScript code which needs to be included.

  1. Switch to the root page of your site.
  2. Switch to the Template module and select Info/Modify.
  3. Press the link Edit the whole template record and switch to the tab Includes.
  4. Select Form Rate Limit (form_rate_limit) from the available items at the field Include static (from extensions):
Include static TypoScript

Include static TypoScript

Site sets (TYPO3 v13)

This extension provides support for site sets introduced with TYPO3 v13.1.

Add brotkrueml/form-rate-limit 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!