Abschnitt: Youtube: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 6: | Zeile 6: | ||
{| class="prettytable" | {| class="prettytable" | ||
+ | |- class="hintergrundfarbe1" | ||
!Name | !Name | ||
!Typ | !Typ | ||
− | |||
!Beschreibung | !Beschreibung | ||
|- | |- | ||
|<code>sp_video</code> | |<code>sp_video</code> | ||
− | |String | + | |[[String]] |
− | |||
|Video-Id oder Youtube-URL | |Video-Id oder Youtube-URL | ||
|- | |- | ||
|<code>sp_videoAspectRatio</code> | |<code>sp_videoAspectRatio</code> | ||
− | |String | + | |[[String]] |
− | |||
|Seitenverhältnis für die Ausgabe (im Format <code>16x9</code>) | |Seitenverhältnis für die Ausgabe (im Format <code>16x9</code>) | ||
|- | |- | ||
|<code>sp_videoAutoplay</code> | |<code>sp_videoAutoplay</code> | ||
− | |Boolean | + | |[[Boolean]] |
− | |||
|Steuert ob die Wiedergabe nach dem Seitenaufruf gestartet werden soll | |Steuert ob die Wiedergabe nach dem Seitenaufruf gestartet werden soll | ||
|- | |- | ||
|<code>sp_videoText</code> | |<code>sp_videoText</code> | ||
− | |String | + | |[[String]] |
− | |||
|Video-Alternativtext | |Video-Alternativtext | ||
|- | |- | ||
|<code>sp_videoLegend</code> | |<code>sp_videoLegend</code> | ||
− | |String | + | |[[String]] |
− | |||
|Video Unterschrift | |Video Unterschrift | ||
|- | |- | ||
|<code>sp_videoCopyright</code> | |<code>sp_videoCopyright</code> | ||
− | |String | + | |[[String]] |
− | |||
|Video Copyright | |Video Copyright | ||
|} | |} |
Version vom 17. Juli 2015, 12:59 Uhr
Beschreibung
Der Youtube-Abschnitt bietet die Möglichkeit Youtube-Videos anhand der Video-Id oder Youtube-URL einzubinden. Eine Ausgabe erfolgt nur wenn eine Video-Id / Youtube-URL und ein Alternativtext eingetragen sind.
Datenstruktur IES
Name | Typ | Beschreibung |
---|---|---|
sp_video
|
String | Video-Id oder Youtube-URL |
sp_videoAspectRatio
|
String | Seitenverhältnis für die Ausgabe (im Format 16x9 )
|
sp_videoAutoplay
|
Boolean | Steuert ob die Wiedergabe nach dem Seitenaufruf gestartet werden soll |
sp_videoText
|
String | Video-Alternativtext |
sp_videoLegend
|
String | Video Unterschrift |
sp_videoCopyright
|
String | Video Copyright |
Konfiguration
{
"sectionTypes": {
"youtube": {
"id" : "youtube",
"name": "Youtube",
"order": 0.1,
"template": { "module" : "sitekit-module", "uri" : "/templates/sectionTypes/youtube.spml" },
"aggregator": { "module" : "sitekit-module", "uri" : "/aggregator/sectionTypes/youtube.spml" }
},
...
}
}
Mehrspachigkeit
{ "label": { "video": "YouTube Video-ID oder -URL", "videoAspectRatio": "Seitenverhältnis des Videos", "youtubeAutoplay": "Abspielen des Videos automatisch starten", "videoLegend": "Videounterschrift", "videoCopyright": "Copyright", "videoText": "Alternativtext" }, "notice": { "required": "*(<em>Pflichtfeld, zur Ausgabe des Videos erforderlich</em>)" } }