sandstorm/ckeditorinspector

Last activity 04 Aug 2021 4 1 551
composer require sandstorm/ckeditorinspector

Integrate the CKEditor Inspector into the Neos UI (only in Dev context)

1.0.0

Version
1.0.0
Type
neos-package
Release Date
Jun 16, 2019 08:36
Source
git
Distribution
zip
Requires
GPL-2.0-or-later 8432138bac501699a50550329e22b553e8ff573d

CKEditorInspector Neos Plugin

The CKEditorInspector is a Neos UI Plugin to include the CKEditor 5 Inspector inside Neos. This is very helpful when debugging CKEditor5 plugins.

Installation

composer require sandstorm/ckeditorinspector

Usage

The inspector is included only in Development context; and automatically pops up at the bottom of the screen.

In case the inspector does not load and you get cryptic JS errors, clear the local storage using window.localStorage.clear() and reload.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

To set up the development environment, run the following:

cd Resources/Private/Inspector
nvm use
yarn
npm run watch
npm run build

License

GPL-2.0-or-later

The content of the readme is provided by Github
The same vendor provides 17 package(s).