
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
strapi-plugin-toolbar-editorjs
Advanced tools
Plugin for Strapi Headless CMS, hiding the standard WYSIWYG editor and replacing it with Editor.js
⚠️ This is the Strapi v4 version of this plugin! In order to use with v3, please use release v.1.5.1.
yarn add strapi-plugin-react-editorjs
# or
npm install strapi-plugin-react-editorjs
In order for Strapi to show the Link Tool thumbnails correctly, you will need to edit the 'strapi::security' line in ./config/middlewares.js. Change that line to the following (do this at your own risk).
module.exports = [
// ...
{
name: 'strapi::security',
config: {
contentSecurityPolicy: {
directives: {
'img-src': ['*'],
},
}
},
},
// ...
];
If you want to change the look of the editor or add/remove editorJS plugins, you will need to do the following:
yarn remove strapi-plugin-react-editorjs
# or
npm uninstall strapi-plugin-react-editorjs
# If you wish to clone the Master Branch
git clone https://github.com/melishev/strapi-plugin-react-editorjs.git
# If you wish to clone the Beta Branch
git clone --single-branch --branch beta https://github.com/melishev/strapi-plugin-react-editorjs.git
cd strapi-plugin-react-editorjs
yarn install
or npm install
module.exports = ({ env }) => ({
// ...
'editorjs': {
enabled: true,
resolve: './src/plugins/strapi-plugin-react-editorjs'
},
// ...
})
./src/plugins/strapi-plugin-react-editorjs/admin/src/config/customTools.js
file.
customTools.js
file. If you wish to develop it further, you may, but it will take much more advanced knowledge and testing.yarn build
# or
npm run build
Give a star if this project helped you.
FAQs
Plugin for Strapi Headless CMS, hiding the standard WYSIWYG editor and replacing it with Editor.js
We found that strapi-plugin-toolbar-editorjs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.