@studiocms/wysiwyg
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
Introduction
Section titled “Introduction”This plugin adds a WYSIWYG editor to your StudioCMS project with ease!
Installation
Section titled “Installation”-
Install the package using the following command:
Terminal-Fenster npm run studiocms add @studiocms/wysiwygTerminal-Fenster pnpm run studiocms add @studiocms/wysiwygTerminal-Fenster yarn run studiocms add @studiocms/wysiwyg -
Your StudioCMS config should now include
@studiocms/wysiwyg:studiocms.config.mjs import { defineStudioCMSConfig } from 'studiocms/config';import wysiwyg from '@studiocms/wysiwyg';export default defineStudioCMSConfig({plugins: [wysiwyg(),],});