cart icon indicating copy to clipboard operation
cart copied to clipboard

Wrong Docu for autoGenerateNumbers

Open ps-devstudio opened this issue 1 year ago • 0 comments

Bug Report

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:

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

  • TYPO3 version(s): COMPOSER 12.4.22
  • cart version: 9.0.1

ps-devstudio avatar Nov 06 '24 14:11 ps-devstudio