Skip to content
Snippets Groups Projects
Commit 136630ca authored by Georg Ringer's avatar Georg Ringer
Browse files

[DOC] Use integers for examples of saveAndClose configuration

The string "false" is cast to true and therefore 0/1 must be used in
examples.

Resolves: #99211
Releases: main, 12.4, 11.5
Change-Id: I5519cd1917b81c1dbb90fbb6746541735e4940ce
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84528


Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarGarvin Hicking <gh@faktor-e.de>
Tested-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarGarvin Hicking <gh@faktor-e.de>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84627
parent 2257d5e3
Branches
No related merge requests found
......@@ -39,7 +39,7 @@ This definition can be put into PageTSconfig (e.g. :file:`EXT:my_extension/Confi
CType = my_element
header = Hello my friend
}
saveAndClose = true
saveAndClose = 1
}
}
}
......
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