Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 569 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 569 Bytes

Digimaker CMF Widgets for dmeditor

Change on basic widgets

  • Support link to digimaker content
  • Support image browse to digimaker's image

New content widgets

  • Content grid
  • Embed content
  • Carousel
  • Gallery

How to use

Install

npm install dmeditor-digimaker

Register widgets

//App.tsx
import { toolCarousel, toolEmbedContent, toolContentGallery, toolContentGrid } from "dmeditor-digimaker";


registerTool(toolContentGrid);
registerTool(toolEmbedContent);
registerTool(toolCarousel);
registerTool(toolContentGallery);