Packages

MavuContent: base-level functions to craete Content-Tree functionality in mavu_* projects

Current section

Files

Jump to
mavu_content lib mavu_content.ex
Raw

lib/mavu_content.ex

defmodule MavuContent do
@moduledoc false
def conf(local_conf \\ %{}) do
%{app_module: MyApp, be_module: MyAppBe, web_module: MyAppWeb}
|> Map.merge(local_conf)
end
end