@tailor-cms/ce-fill-blank-edit
v2.1.1
Published
Tailor CMS Fill in the blank authoring component
Keywords
Readme
@tailor-cms/ce-fill-blank-edit
Authoring component for the Fill In The Blank 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-fill-blank-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-fill-blank-edit';Element
| Property | Value |
| --- | --- |
| Name | Fill In The Blank |
| Type | FILL_BLANK |
| Icon | mdi-form-textbox |
| Composite | Yes |
| Question | Yes |
Packages
This element ships as four packages, published together from the
ce-fill-blank repository:
| Package | Role |
| --- | --- |
| @tailor-cms/ce-fill-blank-manifest | Shared element definition |
| @tailor-cms/ce-fill-blank-edit | Authoring component |
| @tailor-cms/ce-fill-blank-display | End-user component |
| @tailor-cms/ce-fill-blank-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.
