From d235c12fbfdddc8ab99b8b2578148355456b03df Mon Sep 17 00:00:00 2001 From: Sybille Peters Date: Mon, 11 Jul 2022 17:37:12 +0200 Subject: [PATCH] [DOCS] Remove namespace within configuration from docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The vendor namespace TYPO3.CMS.Form is no longer used in the form configuration. This patch removes the namespace from snippets within the documentation. Resolves: #97896 Related: #97517 Releases: main Change-Id: I52c9c0533d2934781de963209f21d23f1fe9aa2d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75106 Tested-by: Björn Jacob Tested-by: core-ci Tested-by: Nikita Hovratov Tested-by: Oliver Bartsch Reviewed-by: Björn Jacob Reviewed-by: Nikita Hovratov Reviewed-by: Oliver Bartsch --- .../Form/renderingOptions/honeypot/enable.rst | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) 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.