-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Correct indentation, * add names for confvals releases: main, 12.4, 11.5
- Loading branch information
Showing
22 changed files
with
444 additions
and
444 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 13 additions & 13 deletions
26
...lumnsConfig/Type/Inline/Properties/BehaviourDisableMovingChildrenWithParent.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
.. include:: /Includes.rst.txt | ||
.. include:: /Includes.rst.txt | ||
|
||
========================================= | ||
disableMovingChildrenWithParent behaviour | ||
========================================= | ||
|
||
.. confval:: behaviour > disableMovingChildrenWithParent | ||
.. confval:: behaviour[disableMovingChildrenWithParent] | ||
:name: inline-behaviour-disableMovingChildrenWithParent | ||
:Path: $GLOBALS['TCA'][$table]['columns'][$field]['config']['behaviour'] | ||
:type: boolean | ||
:Scope: Proc. | ||
|
||
:Path: $GLOBALS['TCA'][$table]['columns'][$field]['config']['behaviour'] | ||
:type: boolean | ||
:Scope: Proc. | ||
Default false. Disables that child records get moved along with their parent records. Usually if in a parent-child | ||
relation a parent record is moved to a different page (eg. via cut+paste from clipboard), the children are relocated | ||
along with the parent. This flag disables the child move. | ||
|
||
Default false. Disables that child records get moved along with their parent records. Usually if in a parent-child | ||
relation a parent record is moved to a different page (eg. via cut+paste from clipboard), the children are relocated | ||
along with the parent. This flag disables the child move. | ||
|
||
This property can be especially useful if all child records should be gathered in one storage folder and their | ||
parents are spread out at different places in the page tree. In combination with the | ||
:ref:`Tsconfig setting <t3tsconfig:usertoplevelobjects>` :typoscript:`TCAdefaults.<table>.pid = <page id>` children | ||
can be forced to be created in this folder and stay there. | ||
This property can be especially useful if all child records should be gathered in one storage folder and their | ||
parents are spread out at different places in the page tree. In combination with the | ||
:ref:`Tsconfig setting <t3tsconfig:usertoplevelobjects>` :typoscript:`TCAdefaults.<table>.pid = <page id>` children | ||
can be forced to be created in this folder and stay there. |
18 changes: 9 additions & 9 deletions
18
...ntation/ColumnsConfig/Type/Inline/Properties/BehaviourEnableCascadingDelete.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
.. include:: /Includes.rst.txt | ||
.. include:: /Includes.rst.txt | ||
|
||
===================== | ||
enableCascadingDelete | ||
===================== | ||
|
||
.. confval:: behaviour > enableCascadingDelete | ||
.. confval:: behaviour[enableCascadingDelete] | ||
:name: inline-behaviour-enableCascadingDelete | ||
:Path: $GLOBALS['TCA'][$table]['columns'][$field]['config']['behaviour'] | ||
:type: boolean | ||
:Scope: Proc. | ||
|
||
:Path: $GLOBALS['TCA'][$table]['columns'][$field]['config']['behaviour'] | ||
:type: boolean | ||
:Scope: Proc. | ||
|
||
Default true. Usually in inline relations, if a parent is deleted, all children are deleted along with the parent. | ||
This flag can be used to disable that cascading delete. Example usage: A frontend user (parent) has assigned | ||
invoices (children). If a frontend user is deleted, it could be useful to keep the invoices. | ||
Default true. Usually in inline relations, if a parent is deleted, all children are deleted along with the parent. | ||
This flag can be used to disable that cascading delete. Example usage: A frontend user (parent) has assigned | ||
invoices (children). If a frontend user is deleted, it could be useful to keep the invoices. |
Oops, something went wrong.