Riddler.Screens.Type.Text (Riddler v0.1.0)

Copy Markdown View Source

A block of authored prose.

text is a template in the subset Riddler.Template admits, so a block of copy can read back what the visitor just told us. Nothing else about it is this type's to check: the template is compiled by the document, for every template field of every type, by the same code an editor calls.

iex> Riddler.Screens.Type.Text.validate(%{type: "text", key: "plan_intro", text: "Nothing is charged today."})
[]