https://github.com/archonic/ckeditor5-dup
Bug reproduction of Restricted Editing on v31
https://github.com/archonic/ckeditor5-dup
Last synced: 5 months ago
JSON representation
Bug reproduction of Restricted Editing on v31
- Host: GitHub
- URL: https://github.com/archonic/ckeditor5-dup
- Owner: archonic
- License: other
- Created: 2021-12-14T20:12:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-14T20:20:51.000Z (over 4 years ago)
- Last Synced: 2025-04-05T14:14:00.327Z (about 1 year ago)
- Language: HTML
- Size: 2.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
Reproduction steps
========================================
[](https://www.npmjs.com/package/@ckeditor/ckeditor5-build-classic)
[](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
[](https://travis-ci.com/ckeditor/ckeditor5)
1. Check the console of sample/index.html
Or
1. `rm -rf node_modules`
2. `npm install`
3. `npm run build`
4. Check the console of sample/index.html
To make it work, just comment out this in src/ckeditor.js and rebuild:
`import RestrictedEditingMode from '@ckeditor/ckeditor5-restricted-editing/src/restrictededitingmode';`