forked from tractorcow/silverstripe-opengraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOpenGraphTypes.yml
43 lines (43 loc) · 1.07 KB
/
OpenGraphTypes.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
# Opengraph object types.
# This list may be added to to create new object types
Name: opengraphobjecttypes
---
OpenGraph:
types:
'music.song':
interface: IOGMusicSong
tagbuilder: OGMusicSong
'music.album':
interface: IOGMusicAlbum
tagbuilder: OGMusicAlbum
'music.playlist':
interface: IOGMusicPlaylist
tagbuilder: OGMusicPlaylist
'music.radio_station':
interface: IOGMusicRadioStation
tagbuilder: OGMusicRadioStation
'video.movie':
interface: IOGVideoMovie
tagbuilder: OGVideoMovie
'video.episode':
interface: IOGVideoEpisode
tagbuilder: OGVideoEpisode
'video.tv_show':
interface: IOGVideoTVShow
tagbuilder: OGVideoTVShow
'video.other':
interface: IOGVideoOther
tagbuilder: OGVideoOther
'article':
interface: IOGArticle
tagbuilder: OGArticle
'book':
interface: IOGBook
tagbuilder: OGBook
'profile':
interface: IOGProfile
tagbuilder: OGProfile
'website':
interface: IOGWebsite
tagbuilder: OGWebsite