Skip to content

Commit 30b038c

Browse files
committed
docs: update configuration chapter
- move site sets to the top, as this is the recommended approach - update old variant of including TypoScript
1 parent a33b4a8 commit 30b038c

3 files changed

Lines changed: 30 additions & 31 deletions

File tree

Documentation/Configuration/Index.rst

Lines changed: 30 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -12,40 +12,12 @@ Target group: **Developers, Integrators**
1212
.. contents::
1313
:local:
1414

15-
.. _include-static-typoscript:
16-
17-
Include static TypoScript
18-
=========================
19-
20-
The extension ships some TypoScript code which needs to be included.
21-
22-
.. note::
23-
This needs only to be done, if **not** using TYPO3 v13 with
24-
:ref:`site sets <site-sets>`.
25-
26-
#. Switch to the root page of your site.
27-
28-
#. Switch to the :guilabel:`Template module` and select :guilabel:`Info/Modify`.
29-
30-
#. Press the link :guilabel:`Edit the whole template record` and switch to the
31-
tab :guilabel:`Includes`.
32-
33-
#. Select :guilabel:`Form Rate Limit (form_rate_limit)` from the
34-
available items at the field :guilabel:`Include static (from extensions):`
35-
36-
.. figure:: /Images/include-static-template.png
37-
:alt: Include static TypoScript
38-
39-
Include static TypoScript
40-
41-
4215
.. _site-sets:
4316

44-
Site sets (TYPO3 v13)
45-
=====================
17+
Site sets
18+
=========
4619

47-
This extension provides support for :ref:`site sets <t3coreapi:site-sets>`
48-
introduced with TYPO3 v13.1.
20+
This extension provides support for :ref:`site sets <t3coreapi:site-sets>`.
4921

5022
Add :yaml:`brotkrueml/form-rate-limit` as dependency to the configuration of
5123
your site package:
@@ -61,3 +33,30 @@ your site package:
6133
# ... some other dependencies
6234
6335
- brotkrueml/form-rate-limit
36+
37+
38+
.. _include-static-typoscript:
39+
40+
Include static TypoScript
41+
=========================
42+
43+
The extension ships some TypoScript code which needs to be included.
44+
45+
.. note::
46+
This is only necessary, if **not** using :ref:`site sets <site-sets>`.
47+
48+
#. Switch to the root page of your site.
49+
50+
#. Switch to the :guilabel:`Site Management > TypoScript` module and select
51+
:guilabel:`Edit TypoScript record`.
52+
53+
#. Press the link :guilabel:`Edit the whole TypoScript record` and switch to the
54+
tab :guilabel:`Advanced Options`.
55+
56+
#. Select :guilabel:`Form Rate Limit (form_rate_limit)` from the
57+
available items at the field :guilabel:`Include TypoScript sets:`
58+
59+
.. figure:: /Images/include-typoscript-sets.png
60+
:alt: Include TypoScript sets
61+
62+
Include TypoScript sets
-42.2 KB
Binary file not shown.
65.7 KB
Loading

0 commit comments

Comments
 (0)