sandstorm/ckeditorinspector

Letzte Aktivität 20 Feb 2023 6 1 556
composer require sandstorm/ckeditorinspector

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

1.1.0

Version
1.1.0
Type
neos-package
Release Date
Feb 20, 2023 06:52
Source
git
Distribution
zip
Requires
GPL-2.0-or-later d21f6677cbfbfeef63af972cf8bdb170bf7bece3

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 16 package(s).