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.

12 lines (11 loc) 186 B
export default [ { method: 'GET', path: '/', // name of the controller file & the method. handler: 'controller.index', config: { policies: [], }, }, ];