FoPost.MediaItem (FoPost v0.1.0)

Copy Markdown View Source

One attachment on a content block.

Summary

Types

t()

@type t() :: %FoPost.MediaItem{
  alt: term(),
  name: term(),
  raw: term(),
  size: term(),
  thumbnail: term(),
  type: term(),
  url: term()
}