EmilePerron / tinymce-bundle

TinyMCE 6 integration for your Symfony apps and forms
MIT License
0 stars 0 forks source link

feat: add support for Asset Mapper #4

Open EmilePerron opened 1 month ago

EmilePerron commented 1 month ago

Adds support for Asset Mapper, which essentially consists of excluding the TinyMCE files from its bundling.

This is because TinyMCE assumes its scripts and stylesheets are present in the same directory, with specific names, but Asset Mapper adds versioning hashes to each file name, which breaks that.