PHPackages                             kbrabrand/craft-tinymce - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. kbrabrand/craft-tinymce

ActiveCraft-plugin[Templating &amp; Views](/categories/templating)

kbrabrand/craft-tinymce
=======================

Edit rich text content in Craft CMS using the TinyMCE editor.

2.0.0(7y ago)2235MITCSS

Since Nov 14Pushed 7y ago1 watchersCompare

[ Source](https://github.com/kbrabrand/craft-tinymce)[ Packagist](https://packagist.org/packages/kbrabrand/craft-tinymce)[ RSS](/packages/kbrabrand-craft-tinymce/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)Dependencies (2)Versions (5)Used By (0)

TinyMCE (Beta) for Craft CMS
============================

[](#tinymce-beta-for-craft-cms)

This plugin adds a TinyMCE field type to Craft CMS, which provides a rich text editor powered by [TinyMCE](https://www.tiny.cloud/) (v4).

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 3.0.0-RC15 or later.

Installation
------------

[](#installation)

You can install this plugin with Composer.

#### With Composer

[](#with-composer)

Open your terminal and run the following commands:

```
# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require kbrabrand/craft-tinymce

# tell Craft to install the plugin
./craft install/plugin tinymce
```

Configuration
-------------

[](#configuration)

### TinyMCE config

[](#tinymce-config)

You can creaete custom TinyMCE configs that will be available to your TinyMCE fields. They should be created as JSON files in your `config/tinymce/` folder. The options are the ones you find in the [TinyMCE documentation](https://www.tiny.cloud/docs/general-configuration-guide/) – with two exceptions: the theme will be set to modern, and the selector to the id of the field rendered by Craft.

```
{
    "menubar": false,
    "plugins": ["autoresize", "link", "code", "table contextmenu paste help"],
    "toolbar": "bold italic | alignleft aligncenter alignright alignjustify | removeformat | table",
    "table_class_list": [
        {"title": "None", "value": ""},
        {"title": "Dog", "value": "dog"},
        {"title": "Cat", "value": "cat"}
    ]
}
```

### HTML Purifier Configs

[](#html-purifier-configs)

You can create custom HTML Purifier configs that will be available to your TinyMCE fields. They should be created as JSON files in your `config/htmlpurifier/` folder.

See the [HTML Purifier documentation](http://htmlpurifier.org/live/configdoc/plain.html) for a list of available config options.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

2783d ago

Major Versions

1.1.1 → 2.0.02018-11-15

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2884292?v=4)[Kristoffer Brabrand](/maintainers/kbrabrand)[@kbrabrand](https://github.com/kbrabrand)

---

Top Contributors

[![kbrabrand](https://avatars.githubusercontent.com/u/2884292?v=4)](https://github.com/kbrabrand "kbrabrand (9 commits)")

---

Tags

htmlcmsyii2tinymcecraftcms

### Embed Badge

![Health badge](/badges/kbrabrand-craft-tinymce/health.svg)

```
[![Health](https://phpackages.com/badges/kbrabrand-craft-tinymce/health.svg)](https://phpackages.com/packages/kbrabrand-craft-tinymce)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[craftcms/ckeditor

Edit rich text content in Craft CMS using CKEditor.

47390.0k70](/packages/craftcms-ckeditor)[craftcms/commerce

Craft Commerce

239422.6k176](/packages/craftcms-commerce)[craftcms/webhooks

Post webhooks when events are triggered in Craft CMS.

84137.7k1](/packages/craftcms-webhooks)[craftcms/store-hours

This plugin adds a new “Store Hours” field type to Craft, for collecting the opening and closing hours of a business for each day of the week.

60103.8k1](/packages/craftcms-store-hours)[wbrowar/guide

A CMS Guide for Craft CMS.

6154.6k1](/packages/wbrowar-guide)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
