Replace hardocded by editorial value
This commit is contained in:
parent
31fe8a3468
commit
1e20d8192a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
<figcaption>
|
||||
<p>Video v{video.originalFile.uid}: {video.title}</p>
|
||||
<f:if condition="{video.properties.youtube}">
|
||||
<p>The Video is available on YouTube: <f:link.typolink parameter="https://www.youtube.com/watch?v=EZkwnqb-4vk" target="_blank">https://www.youtube.com/watch?v={video.properties.youtube}</f:link.typolink>.</p>
|
||||
<p>The Video is available on YouTube: <f:link.typolink parameter="https://www.youtube.com/watch?v={video.properties.youtube}" target="_blank">https://www.youtube.com/watch?v={video.properties.youtube}</f:link.typolink>.</p>
|
||||
</f:if>
|
||||
<p>{video.description -> f:format.nl2br()}</p>
|
||||
</figcaption>
|
||||
|
|
Loading…
Reference in a new issue