Skip to content

Commit 20adfb9

Browse files
committed
[TASK] Add example: Display an Extbase plugin in a Fluid template
Releases: main, 12.4
1 parent 0d84759 commit 20adfb9

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<!-- ... -->
2-
<f:section name="Aside">
3-
<f:cObject
4-
typoscriptObjectPath="lib.myPlugin"
5-
data="{someValue: page.pageRecord.someValue, someSetting: site.someSetting}"
6-
/>
7-
</f:section>
2+
<f:cObject
3+
typoscriptObjectPath="lib.myPlugin"
4+
data="{someValue: page.pageRecord.someValue, someSetting: site.someSetting}"
5+
/>

0 commit comments

Comments
 (0)