editorjs-php icon indicating copy to clipboard operation
editorjs-php copied to clipboard

PHP backend for Editor.js

Results 18 editorjs-php issues
Sort by recently updated
recently updated
newest added

I've been struggling to write a configuration for the nestedList tool plugin. At first I thought the documentation said this was possible with "data" and "-". But after looking at...

good first issue

It looks like the new [Block Tunes API](https://editorjs.io/block-tunes-api) is unsupported by editorjs-php at present. This adds 'tuning' data under the 'tunes' key so block data looks like the following: ```...

good first issue

How can we have RTL support config for this package?

good first issue

Seems this hasn't been updated in a year. Is there an update being worked on?

Delimiter tool is creating errors during validation. The problem is I am not able to figure out the right configuration for it. Please help.

Need to provide configurations synchronized with official EditorJS tools

I'm not able to set the configuration file. Every time it says configuration data is empty. I'm using in laravel

It's good to have a handy function that can generate HTML for generated blocked. Ideally something like this: `$editor->generateHtml($blocks = null)` If blocks are provided it should generate html from...

…lated config to use with json_fix() of Services_JSON.