UNPKG

strapi-plugin-jodit-editor

Version:

A powerful rich text editor plugin for Strapi v5 using the Jodit Editor with advanced formatting capabilities and seamless integration with Strapi's media library.

10 lines (7 loc) 200 B
import type { Core } from '@strapi/strapi'; const service = ({ strapi }: { strapi: Core.Strapi }) => ({ getWelcomeMessage() { return 'Welcome to Strapi 🚀'; }, }); export default service;