Skip to content

Latest commit

 

History

History

README.md

@studiocms/wysiwyg

codecov

Add a WYSIWYG editor to your StudioCMS dashboard.

Overview

Add this plugin to your StudioCMS config (studiocms.config.mjs or .mts):

import wysiwyg from '@studiocms/wysiwyg';

export default defineStudioCMSConfig({
    // other options here
    plugins: [wysiwyg()]
});

License

MIT Licensed.