Packages

Integration library between Ash Framework and Backpex admin interface (early development). Provides a DSL for creating admin interfaces for Ash resources.

Current section

Files

Jump to
ash_backpex lib ash_backpex live_resource info.ex
Raw

lib/ash_backpex/live_resource/info.ex

defmodule AshBackpex.LiveResource.Info do
@moduledoc """
Uses Spark.InfoGenerator to generate extremely handy Spark Info modules for the AshBackpex DSL.
"""
use Spark.InfoGenerator, extension: AshBackpex.LiveResource.Dsl, sections: [:backpex]
end