Beacon.LiveAdmin.Config (Beacon LiveAdmin v0.4.3)
View SourceConfiguration for Admin instances.
See new/1 for available options and examples.
Summary
Functions
Returns the Beacon.LiveAdmin.Config for instance name.
Build a new %Beacon.LiveAdmin.Config{} to hold the entire configuration for each Admin instance.
Types
Functions
Returns the Beacon.LiveAdmin.Config for instance name.
Build a new %Beacon.LiveAdmin.Config{} to hold the entire configuration for each Admin instance.
Options
:site-name/0(required). Name of the Admin instance, must be unique. Defaults to:admin.
Example
iex> Beacon.LiveAdmin.Config.new(
name: :my_admin
)
%Beacon.LiveAdmin.Config{
name: :my_admin
}