Skip to content
Snippets Groups Projects
Commit 6404d04e authored by Alexander Vidoni's avatar Alexander Vidoni Committed by Tymoteusz Motylewski
Browse files

[DOCS] Fix explanation of content element TypoScript example

The example makes use of a reference, not a copy. This is now reflected
by the text.

Releases: master, 9.5
Resolves: #89571
Change-Id: I5d039de75f48b7524a32b036ec8d4d071b60d6f2
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62181


Tested-by: Daniel Siepmann's avatarDaniel Siepmann <coding@daniel-siepmann.de>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarTymoteusz Motylewski <t.motylewski@gmail.com>
Reviewed-by: Daniel Siepmann's avatarDaniel Siepmann <coding@daniel-siepmann.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarTymoteusz Motylewski <t.motylewski@gmail.com>
parent a20e5c22
Branches
Tags
No related merge requests found
......@@ -164,7 +164,7 @@ Now you can register the rendering of your custom content element using a Fluid
}
}
In this example a :ref:`cobj-fluidtemplate` content object is created using a copy from :typoscript:`lib.contentElement`
In this example a :ref:`cobj-fluidtemplate` content object is created using a reference from :typoscript:`lib.contentElement`
with a template identified by the :ref:`t3tsref:cobj-fluidtemplate-properties-templatename` `NewContentElement`.
This will load a :file:`NewContentElement.html` template file from the :typoscript:`templateRootPaths`.
......
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