Zusammenfassung der Ressource
Frage 1
Frage
What is the name of the TypoScript content object you need if you want to use Fluid to generate the page template? (1)
Antworten
-
TEMPLATE
-
FLUID
-
FLUIDTEMPLATE
-
PAGETEMPLATE
-
FLUID_TEMPLATE
-
FLUID_ENGINE
Frage 2
Frage
Is it possible to access the page properties of a page template that was embedded using FLUIDTEMPLATE? (1)
Antworten
-
No, that is not possible for security reasons.
-
No, not directly. You can access it via TypoScript and display the result in the template.
-
Yes, by using {pageproperties}.
-
Yes, by using {data}.
-
Yes, by using <INCLUDE data="pageproperties">.
Frage 3
Frage
Which of the following Fluid ViewHelpers do not exist? (2)
Antworten
-
<f:if>
-
<f:base>
-
<f:render>
-
<f:section>
-
<f:else>
-
<f:format.raw>
-
<f:switch>
-
<f:html>
-
<f:format.translate>
-
<f:comment>
Frage 4
Frage
Replace ??? in the code below, so that content is displayed as {content} in a Fluid template? (1)
page = PAGE
page {
10 = FLUIDTEMPLATE
10 {
file = fileadmin/templates/Home.html
???
}
}
Antworten
-
variable.content < styles.content.get
-
variables.content < styles.content.get
-
subparts.content < styles.content.get
-
marks.content < styles.content.get
-
variables.10.content < styles.content.get
-
content < styles.content.get