heimrichhannot/contao-tinymce-bundle

This bundle allow using tinymce in the contao frontend (form generator).

Maintainers

Package info

github.com/heimrichhannot/contao-tinymce-bundle

Type:contao-bundle

pkg:composer/heimrichhannot/contao-tinymce-bundle

Statistics

Installs: 336

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

0.4.4 2026-01-30 09:44 UTC

This package is auto-updated.

Last update: 2026-03-01 00:14:23 UTC


README

This bundle allow using tinymce in the contao frontend (form generator).

Features

  • Enable TinyMCE for textarea fields in frontend forms
  • Customizable TinyMCE configuration via Twig templates
  • option to ignore html for min and max length validation

Installation

Install with composer or contao manager and update database afterwards.

composer require heimrichhannot/contao-tinymce-bundle

Usage

You'll see a new checkbox in textarea fields within the expert legend.

screenshot.png

Customization

You can create custom TinyMCE configurations by creating variants of contao/templates/frontend_widget/components/tiny_mce.html.twig.