Skip to main content

Install Blk42 in TinyMCE

Blk42 adds Bootstrap/Tailwind layout features for your TinyMCE. Then you can insert a new block with selected grid layout, edit the grid, fill the block with contents, and save blocks as templates for future use.

  • Download

    Get Blk42 plugin for upgrading your existing TinyMCE installation.
    Supported editors:

    Download Plugin
  • Unpack

    Unpack the archive with the plugin into the plugins/ directory of TinyMCE this way:

    tinymce/
    plugins/
    blk42/
    plugin.js
    plugin.min.js
  • Enable

    In your JavaScript code initializing TinyMCE add Blk42 to the plugins list:

    tinymce.init({
    plugins: "image,link,blk42",

    // apiKey: "...",
    // Get in the Dashboard: https://blk42.com/dashboard
    });
  • Ready to Use

Configuration

Configure your Blk42 TinyMCE installation with visual configuration editor. Set Bootstrap/Tailwind options, share custom blocks between your websites.

Dashboard

Examples

Live CodePlay examples for TinyMCE with JS/CSS/HTML code provided.

Other integrations

Use one of this articles if they better describe your case: