Open peterschoene opened 2 weeks ago
Current Behavior In the documentation, it states:
plugin.tx_cart { settings { autoGenerateNumbers = order } }
(See: link to documentation line)
However, in settings.typoscript, it actually appears as:
settings.typoscript
plugin.tx_cart { autoGenerateNumbers = order }
(See: link to setup.typoscript line)
Expected Behavior The documentation should be corrected to reflect the actual TypoScript structure.
Environment
Bug Report
Current Behavior In the documentation, it states:
(See: link to documentation line)
However, in
settings.typoscript
, it actually appears as:(See: link to setup.typoscript line)
Expected Behavior The documentation should be corrected to reflect the actual TypoScript structure.
Environment