LiveView for Comments module settings management.
Manages:
comments_enabledtogglecomments_moderationtogglecomments_max_depthinputcomments_max_lengthinput
Route
Mounted at {prefix}/admin/settings/comments.
Summary
Functions
Callback implementation for Phoenix.LiveView.render/1.
Lightweight in-card section heading (icon + title + rule). Local copy of
core's Core.FormSection.section_header/1 under a distinct name, so this
package renders identically without requiring a core release that exports
it (and won't conflict with the core import once it does).
Functions
Callback implementation for Phoenix.LiveView.render/1.
Lightweight in-card section heading (icon + title + rule). Local copy of
core's Core.FormSection.section_header/1 under a distinct name, so this
package renders identically without requiring a core release that exports
it (and won't conflict with the core import once it does).
Attributes
icon(:string) (required)title(:string) (required)class(:string) - Defaults tonil.