strapi-plugin-react-editorjs
strapi-plugin-react-editorjs copied to clipboard
Fix LinkTool to link
Just for consistency on the LinkTool property name compares to other types
before
{
"id": "V3lqp78HNu",
"type": "LinkTool",
"data": ...
},
{
"id": "hG7KrynPBP",
"type": "raw",
"data": ...
},
{
"id": "WXeqvxSfeh",
"type": "quote",
"data": ...
},
after
{
"id": "V3lqp78HNu",
"type": "link",
"data": ...
},
{
"id": "hG7KrynPBP",
"type": "raw",
"data": ...
},
{
"id": "WXeqvxSfeh",
"type": "quote",
"data": ...
},