Skip to content
Snippets Groups Projects
Commit 35decbbb authored by mtness's avatar mtness Committed by Daniel Goerz
Browse files

[DOCS] Fix typoscript example in EXT:form

Indentation and closing braces are fixed.

Releases: master, 10.4
Resolves: #92453
Change-Id: I6a6cc74a9d60a358f13c71e3bc8cddaf91ab77ee
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65966


Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
parent 09a41b15
No related merge requests found
......@@ -805,37 +805,33 @@ to the field and adds a page URL as translation argument:
.. code-block:: typoscript
plugin.tx_form {
settings {
formDefinitionOverrides {
<form-id> {
renderables {
0 {
# Page
renderables {
fieldWithTranslationArguments {
renderingOptions {
translation {
arguments {
label {
0 = TEXT
0.typolink {
# Terms and conditions page, could be
# set also via TypoScript constants
parameter = 42
returnLast = url
}
}
}
}
}
}
}
}
}
}
}
}
}
settings {
formDefinitionOverrides {
<form-id> {
renderables {
0 {
# Page
renderables {
fieldWithTranslationArguments {
renderingOptions {
translation {
arguments {
label {
0 = TEXT
0.typolink {
# Terms and conditions page, could be
# set also via TypoScript constants
parameter = 42
returnLast = url
}
}
}
}
}
}
}
}
}
}
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment