TASK: Add new configuration option to docs

Relates: #54
This commit is contained in:
Daniel Siepmann 2017-04-13 13:48:01 +02:00
parent 920c923ed7
commit b394cff3d2
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -156,3 +156,25 @@ Example:
.. code:: bash .. code:: bash
--runtime-set removedConstantConfigFiles "/Some/Absolute/Path/*.yaml" --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
<config name="removedTypoScriptObjectIdentifierConfigFiles" value="/Some/Absolute/Path/*.yaml"/>
Example:
.. code:: bash
--runtime-set removedTypoScriptObjectIdentifierConfigFiles "/Some/Absolute/Path/*.yaml"