Packages
Strictly-typed builder for generating SEO Schema.org JSON-LD in Elixir and Phoenix applications. 1000+ generated struct modules — build with struct literals for first-class editor auto-complete and compile-time field checks.
Current section
Files
Jump to
Current section
Files
schema_org
.formatter.exs
.formatter.exs
# Used by "mix format"
[
# Keep the Phoenix.Component `attr` macro paren-free (used in SchemaOrg.HTML).
# Declared directly rather than via import_deps, since phoenix_live_view
# exports no formatter config and phoenix is only a transitive dep.
locals_without_parens: [attr: 2, attr: 3],
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
]