UX Editor is a Symfony bundle integrating the Editor.js library in Symfony applications.
- PHP 8.2 or higher
- StimulusBundle
- Composer
Install the library via Composer:
composer require pentiminax/ux-editor
You must include the Editor.js library in your frontend, for example by adding the following script tag:
<script src="https://cdn.jsdelivr.net/npm/@editorjs/editorjs@latest"></script>
The following Editor.js blocks are supported:
- Checklist
- Code
- Delimiter
- Embed (GitHub, Twitter, YouTube)
- Header
- Image (with file upload support)
- InlineCode
- List
- Marker
- Paragraph
- Quote
- Raw
- Table
- Warning