-
Notifications
You must be signed in to change notification settings - Fork 18
/
OpenGraphTypes.yml
43 lines (43 loc) · 2.17 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
---
TractorCow\OpenGraph\OpenGraph:
types:
'music.song':
interface: TractorCow\OpenGraph\Interfaces\ObjectTypes\Music\IOGMusicSong
tagbuilder: TractorCow\OpenGraph\ObjectBuilders\Music\OGMusicSong
'music.album':
interface: TractorCow\OpenGraph\Interfaces\ObjectTypes\Music\IOGMusicAlbum
tagbuilder: TractorCow\OpenGraph\ObjectBuilders\Music\OGMusicAlbum
'music.playlist':
interface: TractorCow\OpenGraph\Interfaces\ObjectTypes\Music\IOGMusicPlaylist
tagbuilder: TractorCow\OpenGraph\ObjectBuilders\Music\OGMusicPlaylist
'music.radio_station':
interface: TractorCow\OpenGraph\Interfaces\ObjectTypes\Music\IOGMusicRadioStation
tagbuilder: TractorCow\OpenGraph\ObjectBuilders\Music\OGMusicRadioStation
'video.movie':
interface: TractorCow\OpenGraph\Interfaces\ObjectTypes\Video\IOGVideoMovie
tagbuilder: TractorCow\OpenGraph\ObjectBuilders\Video\OGVideoMovie
'video.episode':
interface: TractorCow\OpenGraph\Interfaces\ObjectTypes\Video\IOGVideoEpisode
tagbuilder: TractorCow\OpenGraph\ObjectBuilders\Video\OGVideoEpisode
'video.tv_show':
interface: TractorCow\OpenGraph\Interfaces\ObjectTypes\Video\IOGVideoTVShow
tagbuilder: TractorCow\OpenGraph\ObjectBuilders\Video\OGVideoTVShow
'video.other':
interface: TractorCow\OpenGraph\Interfaces\ObjectTypes\Video\IOGVideoOther
tagbuilder: TractorCow\OpenGraph\ObjectBuilders\Video\OGVideoOther
'article':
interface: TractorCow\OpenGraph\Interfaces\ObjectTypes\Other\IOGArticle
tagbuilder: TractorCow\OpenGraph\ObjectBuilders\Other\OGArticle
'book':
interface: TractorCow\OpenGraph\Interfaces\ObjectTypes\Other\IOGBook
tagbuilder: TractorCow\OpenGraph\ObjectBuilders\Other\OGBook
'profile':
interface: TractorCow\OpenGraph\Interfaces\ObjectTypes\Other\IOGProfile
tagbuilder: TractorCow\OpenGraph\ObjectBuilders\Other\OGProfile
'website':
interface: TractorCow\OpenGraph\Interfaces\ObjectTypes\Other\IOGWebsite
tagbuilder: TractorCow\OpenGraph\ObjectBuilders\Other\OGWebsite