@tailor-cms/ce-matching-question-edit
v2.1.0
Published
Tailor CMS matching question authoring component
Downloads
907
Keywords
Readme
@tailor-cms/ce-matching-question-edit
Authoring component for the Matching Question 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-matching-question-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-matching-question-edit';Element
| Property | Value |
| --- | --- |
| Name | Matching Question |
| Type | MATCHING_QUESTION |
| Icon | mdi-table-merge-cells |
| Composite | Yes |
| Question | Yes |
Packages
This element ships as four packages, published together from the
ce-matching-question repository:
| Package | Role |
| --- | --- |
| @tailor-cms/ce-matching-question-manifest | Shared element definition |
| @tailor-cms/ce-matching-question-edit | Authoring component |
| @tailor-cms/ce-matching-question-display | End-user component |
| @tailor-cms/ce-matching-question-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.
