Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. // structure for media objects.
  2. // for images
  3. { id, caption, src, RelatedMedia : [_id1, _id2, . . ] }
  4.  
  5. // for videos
  6. { id, title, youtubeScript, RelatedMedia : [_id1, _id2, . . ] }
  7.  
  8. // for documents/Articles
  9. { id, name, article, RelatedMedia : [_id1, _id2, . . ] }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement