X Enterprises
Content

ContentPostsEditor

Rich post editor with SEO settings for admin content authoring.

ContentPostsEditor

Renders a full-featured rich-text post editor with title, slug, body (WYSIWYG), featured image, tags, SEO metadata fields (meta title, description), and publish/draft controls.

Components

<XAdminContentPostsEditor />

Displays a complete post authoring interface supporting creation of new posts and editing existing ones, with SEO and publishing controls.

<XAdminContentPostsEditor :postId="postId" />

Props

PropTypeDefaultDescription
postIdstringundefinedID of the post to edit; omit for a new post
endpointstring'/api/admin/content/posts'Base API endpoint
loadingbooleanfalseShow loading skeleton
showSeobooleantrueShow the SEO metadata panel
showSlugbooleantrueShow editable slug field
autosavebooleantrueEnable autosave drafts
autosaveIntervalnumber30000Autosave interval in milliseconds

AI Context

component: XAdminContentPostsEditor
package: "@xenterprises/nuxt-x-app-admin"
category: Content
use-when: Creating or editing blog posts with rich text, SEO metadata, and publish controls in an admin CMS
Copyright © 2026