@tailor-cms/tce-template
v2.0.1
Published
Content element template
Keywords
Readme
Custom Element
Template note: this README was scaffolded from
@tailor-cms/tce-template. Rename the title, update the Type, rewrite the Data table, and fill in the Edit / Display sections to describe what your element actually does. Delete this note when done.
One-line description of what the element is.
Type: ORG_CUSTOM_ELEMENT
Data
| Field | Type | Description | |-------|------|-------------| | add your fields here | | |
Only list fields that are meaningful to the element's behavior. Omit framework
internals like assets (the dual-URL storage map).
Edit
- what the author sees and can do
Display
- what the learner sees
Development
Requires Node >=24 and pnpm.
pnpm dev # Preview :8080 | Edit :8010 | Display :8020 | Server :8030
pnpm build
pnpm lint
pnpm testRun with Docker
docker compose up