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.

6 lines (3 loc) 131 B
import { PLUGIN_ID } from '../pluginId'; const getTranslation = (id: string) => `${PLUGIN_ID}.${id}`; export { getTranslation };