@tailor-cms/ce-flashcards-edit
v0.1.1
Published
Tailor CMS flashcards element authoring component
Keywords
Readme
@tailor-cms/ce-flashcards-edit
Authoring component for the Flashcards 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-flashcards-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-flashcards-edit';Element
| Property | Value |
| --- | --- |
| Name | Flashcards |
| Type | FLASHCARDS |
| Icon | mdi-cards-outline |
| Composite | Yes |
Packages
This element ships as four packages, published together from the
ce-flashcards repository:
| Package | Role |
| --- | --- |
| @tailor-cms/ce-flashcards-manifest | Shared element definition |
| @tailor-cms/ce-flashcards-edit | Authoring component |
| @tailor-cms/ce-flashcards-display | End-user component |
| @tailor-cms/ce-flashcards-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.
