LiveView for creating and editing posts.
Provides a comprehensive post editor with:
- Basic post fields (title, subtitle, content, type, status)
- Tag and mention management
- Group assignment
- Scheduled publishing
- SEO slug generation
Route
- New post:
{prefix}/admin/posts/new - Edit post:
{prefix}/admin/posts/:id/edit
Note: {prefix} is your configured PhoenixKit URL prefix (default: /phoenix_kit).
Summary
Functions
Callback implementation for Phoenix.LiveView.render/1.
Functions
Callback implementation for Phoenix.LiveView.render/1.