View Source GhostContent.Tag (ghost_content v0.1.0)

A ghost Tag - https://ghost.org/docs/content-api/#tags

Summary

Types

@type t() :: %GhostContent.Tag{
  accent_color: term(),
  canonical_url: term(),
  codeinjection_foot: term(),
  codeinjection_head: term(),
  count: term(),
  description: term(),
  feature_image: term(),
  id: term(),
  meta_description: term(),
  meta_title: term(),
  name: term(),
  og_description: term(),
  og_image: term(),
  og_title: term(),
  slug: term(),
  twitter_description: term(),
  twitter_image: term(),
  twitter_title: term(),
  url: term(),
  visibility: term()
}

Functions

@spec from_map!(map()) :: t()