diff --git a/Documentation/source/configuration.rst b/Documentation/source/configuration.rst index 6209816..df98fb8 100644 --- a/Documentation/source/configuration.rst +++ b/Documentation/source/configuration.rst @@ -156,3 +156,25 @@ Example: .. code:: bash --runtime-set removedConstantConfigFiles "/Some/Absolute/Path/*.yaml" + +.. _configuration-removedTypoScriptObjectIdentifierConfigFiles: + +removedTypoScriptObjectIdentifierConfigFiles +-------------------------------------------- + +Configure where to look for configuration files defining the removed TypoScript object identifiers. +Default is ``Configuration/Removed/TypoScript/ObjectIdentifier/*.yaml`` inside the standard itself. +We already try to deliver as much as possible. Globing is used, so placeholders like ``*`` are +possible, see https://secure.php.net/manual/en/function.glob.php + +Using :file:`ruleset.xml`: + +.. code:: xml + + + +Example: + +.. code:: bash + + --runtime-set removedTypoScriptObjectIdentifierConfigFiles "/Some/Absolute/Path/*.yaml"