@tailor-cms/ce-html-display
v2.1.1
Published
Tailor CMS HTML editor end-user component
Keywords
Readme
@tailor-cms/ce-html-display
End-user component for the HTML content element in Tailor CMS.
Renders the element as learners see it in published content.
Installation
npm install @tailor-cms/ce-html-displayUsage
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 { Display } from '@tailor-cms/ce-html-display';Element
| Property | Value |
| --- | --- |
| Name | HTML |
| Type | TIPTAP_HTML |
| Icon | mdi-text-box-outline |
| Composite | No |
Packages
This element ships as four packages, published together from the
ce-html repository:
| Package | Role |
| --- | --- |
| @tailor-cms/ce-html-manifest | Shared element definition |
| @tailor-cms/ce-html-edit | Authoring component |
| @tailor-cms/ce-html-display | End-user component |
| @tailor-cms/ce-html-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.
