Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.46 KB

restricted-editing.md

File metadata and controls

34 lines (21 loc) · 1.46 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/restrictededitingmodeRestrictedEditingMode} and {@link module:restricted-editing/standardeditingmodeStandardEditingMode} 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