0.1.0-beta.8 • Published 2 years ago
dmeditor-digimaker v0.1.0-beta.8
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);
0.1.0-beta.7
2 years ago
0.1.0-beta.6
2 years ago
0.1.0-beta.8
2 years ago
0.1.0-beta.5
2 years ago
0.1.0-beta.3
2 years ago
0.1.0-beta.4
2 years ago
0.1.0-beta.2
3 years ago
0.1.0-beta.1
3 years ago