@doldigital/ra-ckeditor-adv-input

3.3.2 • Public • Published

ra-ckeditor-adv-input

CKEditor5 and Monaco editor for react-admin

Installation

This package requires an SVG loader so setup your environment accordingly. If you use CRA this package comes with a bundles configuration for @craco/craco

Add the package

yarn add @doldigital/ra-ckeditor-adv-input

Install craco

yarn add @craco/craco

Create craco.config.js in CRA root

const { enableCKEWebpackConfigPlugin } = require('@doldigital/ra-ckeditor-adv-input/lib/craco.config')
module.exports = {
  webpack: {
    alias: {},
    plugins: [],
    configure: (webpackConfig, { env, paths }) => {
      return enableCKEWebpackConfigPlugin(webpackConfig, { env, paths });
    }
  }
};

Alter package.json to use craco instead of react-scripts

...
  "scripts": {
    "start": "craco start",
    "build": "craco build",
    "test": "craco test",
    "eject": "react-scripts eject"
  },
...

Usage

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.3.2
    2
    • latest

Version History

Package Sidebar

Install

npm i @doldigital/ra-ckeditor-adv-input

Weekly Downloads

8

Version

3.3.2

License

MIT

Unpacked Size

11.4 kB

Total Files

6

Last publish

Collaborators

  • felixyorke
  • l.pressello
  • preluigi