TASK: Add removed TypoScript feature to docs

This commit is contained in:
Daniel Siepmann 2017-04-27 17:01:30 +02:00
parent 28d6e875d2
commit 06e0578df2
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -103,6 +103,15 @@ information. For configuration options see :ref:`configuration-removedFunctionCo
Check for usage of *removed constants*. The constants are configured in same way as removed
functions. For configuration options see :ref:`configuration-removedConstantConfigFiles`.
Check for usage of *removed TypoScript*. The TypoScript objects are configured in same way as
removed functions. For configuration options see :ref:`configuration-removedTypoScriptConfigFiles`.
This will check whether you are using already removed TypoScript parts, supported are:
- Objects, e.g. ``CLEARGIF``, ``FORM``
- Paths like ``styles.insertContent``
For a complete list, take a look at the corresponding YAML-Files.
Further checks
--------------