0.1.0-experimental.5 • Published 2 months ago

@studiocms/wysiwyg v0.1.0-experimental.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@StudioCMS/WYSIWYG Plugin

Add A WYSIWYG editor to your StudioCMS dashboard

Standard

Built on top of the grapesjs OSS package, to provide a custom WYSIWYG editing experience within StudioCMS

Usage

Add this plugin in your StudioCMS config. (studiocms.config.mjs)

import { defineStudioCMSConfig } from 'studiocms/config';
import wysiwygPlugin from '@studiocms/wysiwyg';

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

GrapesJS StudioSDK

Get started with the GrapesJS StudioSDK

Usage

Add this plugin in your StudioCMS config. (studiocms.config.mjs)

import { defineStudioCMSConfig } from 'studiocms/config';
import wysiwygStudioPlugin from '@studiocms/wysiwyg/studio';

export default defineStudioCMSConfig({
    // other options here
    plugins: [wysiwygStudioPlugin({ license: 'Your_license_here' })]
});

License

MIT Licensed.