emilianotisato / nova-tinymce

Laravel Nova TinyMCE editor (with images upload capabilities!)
MIT License
116 stars 38 forks source link

Works on the one page, but not working on other pages #58

Closed Anthony2511 closed 3 years ago

Anthony2511 commented 3 years ago

I don't understand, my field works perfectly on my page 'About'

NovaTinyMCE::make('Contenu', 'wysiwyg')

Capture d’écran 2021-03-31 à 15 22 30

I use the same method, but the result is not the same on other pages.

NovaTinyMCE::make('Intro - Vidéo', 'test'),

Capture d’écran 2021-03-31 à 15 21 59

Thanks for your help !