@tailor-cms/ce-jodit-html-server
v2.1.0
Published
Tailor CMS Jodit HTML editor server component
Keywords
Readme
@tailor-cms/ce-jodit-html-server
Server-side module for the Jodit HTML content element in Tailor CMS.
Provides the server half of the element: state initialisation, lifecycle hooks and any AI configuration, registered by the Tailor server runtime.
Installation
npm install @tailor-cms/ce-jodit-html-serverUsage
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 serverModule from '@tailor-cms/ce-jodit-html-server';Element
| Property | Value |
| --- | --- |
| Name | Jodit HTML |
| Type | JODIT_HTML |
| Icon | mdi-text-box-outline |
| Composite | No |
Packages
This element ships as four packages, published together from the
ce-jodit-html repository:
| Package | Role |
| --- | --- |
| @tailor-cms/ce-jodit-html-manifest | Shared element definition |
| @tailor-cms/ce-jodit-html-edit | Authoring component |
| @tailor-cms/ce-jodit-html-display | End-user component |
| @tailor-cms/ce-jodit-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.
