MonstreX / voyager-extension

Laravel: Voyager Extension
Other
72 stars 28 forks source link

TineMCE doesn't work #53

Closed battulga0719 closed 1 year ago

battulga0719 commented 1 year ago

error

BenWallmeyer commented 1 year ago

Same here, if we use without this ectension TineMCE is working, with the extension same error.

MonstreX commented 1 year ago

How can I reproduce this error?

BenWallmeyer commented 1 year ago

make a Text Database Field, Open Bread and set field to Rich Text Box and than open. Normally there msut come TineMCE Editor

1 2

MonstreX commented 1 year ago

Unfortunately, changing settings (after init an instance) doesn't work anymore in the new version of TinyMCE. These settings will remove on the next release of VE. As a hotfix, you can remove the function 'tinymce_setup_callback' in the js.blade.php file.

BenWallmeyer commented 1 year ago

Ok with override it works. Thx for support