Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jadu/pulsar-tinymce
https://github.com/jadu/pulsar-tinymce
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jadu/pulsar-tinymce
- Owner: jadu
- Created: 2023-10-25T09:37:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-11T10:38:08.000Z (5 months ago)
- Last Synced: 2024-06-11T12:00:00.834Z (5 months ago)
- Language: CSS
- Size: 3.58 MB
- Stars: 0
- Watchers: 18
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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)