Initial commit - Typo3 11.5.41
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
|
||||
<f:render section="main" />
|
||||
@@ -0,0 +1,27 @@
|
||||
<f:layout name="Default" />
|
||||
|
||||
This Template is responsible for creating a table of domain objects.
|
||||
|
||||
If you modify this template, do not forget to change the overwrite settings
|
||||
in /Configuration/ExtensionBuilder/settings.yaml:
|
||||
Resources:
|
||||
Private:
|
||||
Templates:
|
||||
List.html: keep
|
||||
|
||||
Otherwise your changes will be overwritten the next time you save the extension in the extension builder
|
||||
|
||||
|
||||
|
||||
<f:section name="main">
|
||||
|
||||
<f:flashMessages />
|
||||
|
||||
<div class="box_video" style="width: {width}px;">
|
||||
<div class="box_video_container">
|
||||
<iframe width="{width}" height="{height}" src="http://www.youtube.com/embed/{id}{playerParameters}" {allowfullscreen}></iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</f:section>
|
||||
Reference in New Issue
Block a user