Skip to content

Commit

Permalink
[FEATURE] Add types > creationOptions > defaultValues
Browse files Browse the repository at this point in the history
Related: TYPO3-Documentation/Changelog-To-Doc#801
Resolves: #1161
Releases: main
  • Loading branch information
linawolf committed Sep 10, 2024
1 parent f44d013 commit f95075c
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions Documentation/Types/_Properties/_CreationOptions.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <t3tsconfig:mod-wizards-newcontentelement-wizarditems-group-elements-name-saveandclose>`.

.. confval:: defaultValues
Expand All @@ -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 <t3tsconfig:mod-wizards-newcontentelement-wizarditems-group-elements-name-tt-content-defvalues>`.

0 comments on commit f95075c

Please sign in to comment.