We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d84759 commit 20adfb9Copy full SHA for 20adfb9
Documentation/ContentObjects/Extbaseplugin/_CodeSnippets/_SomeTemplate.html
@@ -1,7 +1,5 @@
1
<!-- ... -->
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>
+<f:cObject
+ typoscriptObjectPath="lib.myPlugin"
+ data="{someValue: page.pageRecord.someValue, someSetting: site.someSetting}"
+/>
0 commit comments