diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/honeypot/enable.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/honeypot/enable.rst index 5e789549c41e..88e6b3a2dcb6 100644 --- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/honeypot/enable.rst +++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/honeypot/enable.rst @@ -78,16 +78,13 @@ renderingOptions.honeypot.enable .. code-block:: yaml - TYPO3: - CMS: - Form: - prototypes: - standard: - formElementsDefinition: - Form: - renderingOptions: - honeypot: - enable: false + prototypes: + standard: + formElementsDefinition: + Form: + renderingOptions: + honeypot: + enable: false See forge issue `#83212 `_ for more information.