PhoenixKitWeb.Live.Modules.Posts.Edit (phoenix_kit v1.7.71)

Copy Markdown View Source

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

render(assigns)

Callback implementation for Phoenix.LiveView.render/1.