Brix.Tag (Brix v0.1.1)

Copy Markdown View Source

A content tag. Slug is the identifier, display_name is for rendering.

Summary

Types

t()

@type t() :: %Brix.Tag{display_name: String.t() | nil, slug: String.t() | nil}