Hey Betty
Hello this is just an example text
To remove the "Convert to" option from your Editor.js blocks, you need to use the tunes or conversionConfig settings, but the most direct way to disable the conversion menu for a specific tool is to set canConvertFit: false within its conversionConfig.
- The CSS "Quick Fix"
If you want to remove the "Convert to" option from all blocks without touching the JavaScript logic for every single tool, you can hide the menu item using CSS. Editor.js uses specific classes for its settings menu. - Disable via conversionConfig
If you are using standard tools (like Paragraph or Header), you can override their conversion behavior. By providing an empty conversionConfig or setting it to false, the "Convert to" option will disappear for that specific block. - Understanding why it's there
By setting conversionConfig: false in your initialization (Method 1), you are telling Editor.js to ignore the default conversion rules built into the plugin.
To remove the "Convert to" option from your Editor.js blocks, you need to use the tunes or conversionConfig settings, but the most direct way to disable the conversion menu for a specific tool is to set canConvertFit: false within its conversionConfig.
To remove the "Convert to" option from your Editor.js blocks, you need to use the tunes or conversionConfig settings, but the most direct way to disable the conversion menu for a specific tool is to set canConvertFit: false within its conversionConfig.
To remove the "Convert to" option from your Editor.js blocks, you need to use the tunes or conversionConfig settings, but the most direct way to disable the conversion menu for a specific tool is to set canConvertFit: false within its conversionConfig.