restricted-editing.md 1.4 KB


category: api-reference

CKEditor 5 restricted editing feature

npm version

This package implements the restricted editing feature for CKEditor 5.

Demo

Check out the {@link features/restricted-editing#demo demo in the restricted editing feature} guide.

Documentation

See the {@link features/restricted-editing restricted editing feature} guide as well as the {@link module:restricted-editing/restrictededitingmode~RestrictedEditingMode} and {@link module:restricted-editing/standardeditingmode~StandardEditingMode} plugins documentation.

Installation

npm install --save @ckeditor/ckeditor5-restricted-editing

Contribute

The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-restricted-editing.

External links