πContent Editor - adding your own plug-in
Adding an Editor.js plug-in and adjusting the renderer
Introduction
The Idea
The Folder Structure
βββ assets
β βββ css
β β βββ editorjs.css
β βββ js
β β βββ editorjs
β β β βββ petal-image.js
β β βββ hooks
β β β βββ editorjs-hook.js
β βββ package.json
βββ lib
β βββ petal_pro_web
β β βββ components
β β β βββ pro_components
β β β β βββ content_editor.exCreating our Plug-in


Updating the Renderer
Installing a Third Party Plug-in
Last updated
Was this helpful?
