TinyMCE Wysiwyg Editor | Click to Next

Integrates the powerful TinyMCE 5 editor into Kirby 3.

Download

Kirby TinyMCE Field

Integrates the powerful TinyMCE 5 wysiwyg editor into Kirby 3.

All the documentation about Plates template engine is in the official documentation. You can find information in documents about getting API KEY: Quick start

Installation

  1. Download the latest release
  2. Unzip downloaded file
  3. Copy/paste unzipped folder in your /site/plugins folder

Usage

fields:
  text:
    label: Content
    type: tinymce
    placeholder: "Enter text.."
    height: 750