Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jadu/pulsar-tinymce


https://github.com/jadu/pulsar-tinymce

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# TinyMCE

Allow rich text editing with the TinyMCE editor. Follows the common Pulsar form layout.

## Example usage

```twig
{{
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`
1. `npm install`
1. `docker-compose up`

[http://localhost:8000](http://localhost:8000)