Fields.DescriptionPlaintextUnlimited (fields v2.8.0)

An Ecto Type for plaintext description fields with no length restrictions. Strips out all HTML tags to avoid XSS.

Example

schema "article" do
  field(:description, Fields.DescriptionPlaintextUnlimited)
end

Link to this section Summary

Link to this section Functions