https://github.com/heimrichhannot/contao-tinymce-bundle
This bundle allow using tinymce in the contao frontend (form generator).
https://github.com/heimrichhannot/contao-tinymce-bundle
contao-cms tinymce
Last synced: 2 days ago
JSON representation
This bundle allow using tinymce in the contao frontend (form generator).
- Host: GitHub
- URL: https://github.com/heimrichhannot/contao-tinymce-bundle
- Owner: heimrichhannot
- License: gpl-3.0
- Created: 2020-09-02T08:42:13.000Z (almost 6 years ago)
- Default Branch: v1
- Last Pushed: 2026-01-30T09:44:22.000Z (4 months ago)
- Last Synced: 2026-01-31T00:29:22.853Z (4 months ago)
- Topics: contao-cms, tinymce
- Language: PHP
- Homepage:
- Size: 3.38 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Contao TinyMCE Bundle
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.
```bash
composer require heimrichhannot/contao-tinymce-bundle
```
## Usage
You'll see a new checkbox in textarea fields within the expert legend.

## Customization
You can create custom TinyMCE configurations by creating variants of [contao/templates/frontend_widget/components/tiny_mce.html.twig](contao/templates/frontend_widget/components/tiny_mce.html.twig).