0.1.0-experimental.5 • Published 6 months ago
@studiocms/wysiwyg v0.1.0-experimental.5
@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
0.1.0-experimental.5
6 months ago
0.1.0-experimental.4
6 months ago
0.1.0-experimental.3
7 months ago
0.1.0-experimental.2
7 months ago
0.1.0-experimental.1
7 months ago