jadu/pulsar-tinymce

Allow rich text editing with the TinyMCE editor.

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 17

Forks: 1

Open Issues: 0

Language:CSS

pkg:composer/jadu/pulsar-tinymce

1.1.1 2023-12-07 14:54 UTC

This package is auto-updated.

Last update: 2025-09-11 13:48:34 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

  1. composer install
  2. npm install
  3. docker-compose up

http://localhost:8000