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

Block tunes API

Open johnpuddephatt opened this issue 4 years ago • 0 comments

It looks like the new 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:

"type": "paragraph",
"data": {
    "text": "Foo"
},
"tunes": {
    "textVariant": "small"
}

johnpuddephatt avatar Sep 16 '21 14:09 johnpuddephatt