From f95075c22542e8b3ea8f2313bc1ad6cacb9a56c4 Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Tue, 10 Sep 2024 19:22:29 +0200 Subject: [PATCH] [FEATURE] Add types > creationOptions > defaultValues Related: https://github.com/TYPO3-Documentation/Changelog-To-Doc/issues/801 Resolves: https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-TCA/issues/1161 Releases: main --- .../Types/_Properties/_CreationOptions.rst.txt | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Documentation/Types/_Properties/_CreationOptions.rst.txt b/Documentation/Types/_Properties/_CreationOptions.rst.txt index 6d989fc3..c90c6ac4 100644 --- a/Documentation/Types/_Properties/_CreationOptions.rst.txt +++ b/Documentation/Types/_Properties/_CreationOptions.rst.txt @@ -19,9 +19,11 @@ .. versionadded:: 13.0 - If true, clicking on the new element wizard directs the user back to - the page module directly instead of showing the edit form from the form - engine. Can be overridden with page TSconfig option + If true, clicking on the new element wizard will take the user directly + to the page module, rather than showing the edit form from the form + engine. + + Can be overridden with page TSconfig option :confval:`saveAndClose `. .. confval:: defaultValues @@ -32,7 +34,8 @@ .. versionadded:: 13.0 - If true, clicking on the new element wizard directs the user back to - the page module directly instead of showing the edit form from the form - engine. Can be overridden with page TSconfig option + Default values inserted into the fields of the `tt_content` record on + creation via the "New Content Element" wizard + + Can be overridden with page TSconfig option :confval:`tt_content_defValues `.