0.1.0-experimental.5 • Published 2 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
2 months ago
0.1.0-experimental.4
3 months ago
0.1.0-experimental.3
3 months ago
0.1.0-experimental.2
3 months ago
0.1.0-experimental.1
4 months ago