Packages

Dynamic meta tag management for Phoenix LiveView and Controller applications

Current section

Files

Jump to
meta_heex_component lib config.ex
Raw

lib/config.ex

defmodule MetaHeexComponent.Config do
@moduledoc """
Configuration handling for MetaHeexComponent.
"""
@doc """
Get configured defaults for meta tags.
"""
def get_defaults do
Application.get_env(:meta_heex_component, :defaults, %{})
end
end