@studiocms/wysiwyg
이 콘텐츠는 아직 번역되지 않았습니다.
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:
터미널 창 npm run studiocms add @studiocms/wysiwyg터미널 창 pnpm run studiocms add @studiocms/wysiwyg터미널 창 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(),],});