@tailor-cms/ce-mux-video-edit
v2.1.0
Published
Tailor CMS MUX video authoring component
Keywords
Readme
@tailor-cms/ce-mux-video-edit
Authoring component for the MUX Video content element in Tailor CMS.
Renders the element inside the Tailor authoring interface, where content is created and edited.
Installation
npm install @tailor-cms/ce-mux-video-editUsage
Content elements are normally registered with Tailor through the element registry rather than imported directly, but the package can be consumed on its own:
import { Edit } from '@tailor-cms/ce-mux-video-edit';Element
| Property | Value |
| --- | --- |
| Name | MUX Video |
| Type | MUX_VIDEO |
| Icon | mdi-video |
| Composite | No |
Packages
This element ships as four packages, published together from the
ce-mux-video repository:
| Package | Role |
| --- | --- |
| @tailor-cms/ce-mux-video-manifest | Shared element definition |
| @tailor-cms/ce-mux-video-edit | Authoring component |
| @tailor-cms/ce-mux-video-display | End-user component |
| @tailor-cms/ce-mux-video-server | Server-side module |
Development
pnpm install
pnpm dev # start the Content Element Kit runtime
pnpm build # build all packages
pnpm test # Playwright end-to-end suiteChanges are released with changesets;
run pnpm changeset to record one.
