UNPKG

strapi-plugin-react-editorjs-extended-embed

Version:

Plugin for Strapi Headless CMS, hiding the standard WYSIWYG editor and replacing it with Editor.js with extended embed

16 lines (13 loc) 201 B
'use strict'; /** * editorjs.js service * * @description: A set of functions similar to controller's actions to avoid code duplication. */ module.exports = ( { strapi } ) => { return {}; };