jadu / pulsar-tinymce
Allow rich text editing with the TinyMCE editor.
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 18
Forks: 1
Open Issues: 0
Language:CSS
Requires
- jadu/twig-attribute-parser: ^1.0
- jadu/twig-helper-options-modifier: ^1.0
- twig/twig: ^2.0
Requires (Dev)
- jadu/pulsar: ^14.0
This package is auto-updated.
Last update: 2025-03-11 12:26:24 UTC
README
Allow rich text editing with the TinyMCE editor. Follows the common Pulsar form layout.
Example usage
{{ tinymce.editor({ 'label': 'My editor' }) }}
Options
Option | Type | Description |
---|---|---|
class | string | CSS classes, space separated |
id | string | A unique identifier, if required |
data-* | string | Data attributes, eg: 'data-foo': 'bar' |
Local environment
composer install
npm install
docker-compose up