0.1.0-beta.8 • Published 6 months ago

dmeditor-digimaker v0.1.0-beta.8

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

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);