editorjs-php
editorjs-php copied to clipboard
PHP backend for Editor.js
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...
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: ```...
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.