- Notifications
You must be signed in to change notification settings - Fork25
Carousel/Gallery Block for the Editor.js (https://editorjs.io).
NotificationsYou must be signed in to change notification settings
mr8bit/carousel-editorjs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Carousel/Gallery Block for theEditor.js.
- Uploading file from the device
- Preload image
Note This Tool requires server-side implementation for file uploading. Seebackend response format for more details.
- Upload folder
distfrom repository - Add
dist/bundle.jsfile to your page.
Add a new Tool to thetools property of the Editor.js initial config.
importCarouselfrom'Carousel';// or if you inject ImageTool via standalone scriptconstCarousel=window.Carousel;vareditor=EditorJS({ ...tools:{ ...carousel:{class:Carousel,config:{endpoints:{byFile:"URL_FETCH",}}},} ...});
About
Carousel/Gallery Block for the Editor.js (https://editorjs.io).
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.
