Haytni.RegisterablePlugin.Config (Haytni v0.7.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Haytni.RegisterablePlugin.Config{
  case_insensitive_keys: [atom()],
  email_index_name: index_name(),
  email_regexp: Regex.t(),
  logout_on_deletion: boolean(),
  registration_disabled?: term(),
  strip_whitespace_keys: [atom()],
  with_delete: boolean()
}