editor-js / editor-js/editorjs-php
Invalid nested tools example in README.md
Open
- Dominant language
- PHP
- Stars
- 264
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/editor-js/editorjs-php/blob/9446738b6046ab05fe850dec2814dec535fe2e48/README.md?plain=1#L187-L207
I think it should be...
```json
{
"blocks": [
{
"type": "list",
"data": {
"items": [
"first", "second", "third"
],
"style": {
"background-color": "red",
"font-color": "black"
}
}
}
]
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.