ride / web-form-wysiwyg-ckeditor
CKEditor form integration of the Ride framework
Installs: 137
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 9
Forks: 0
Open Issues: 0
Language:HTML
Requires
- ride/app: ^1.0.0
- ride/app-form: ^1.0.0
- ride/lib-form: ^1.0.0
- ride/web: ^1.0.0
- ride/web-form: ^1.0.0
README
This module converts all wysiwyg
form rows into a CKEditor instance.
Use Mathjax
Override the ckeditor config in parameters.json and add "Mathjax" in the toolbar.
Make sure that js lib is added in the frontend.
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML"></script>
Related Modules
Installation
You can use Composer to install this application.
composer require ride/web-form-wysiwyg-ckeditor