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
Current section
Files
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