mohamedsabil83 / filament-forms-tinyeditor

A TinyMce Editor component for filament
MIT License
174 stars 39 forks source link

Getting error no templates found even when i have templates defined in config file #31

Closed khanakia closed 2 years ago

khanakia commented 2 years ago

I can see i have the templates already in config/filament-forms-tinyeditor.php

Screenshot 2022-09-12 at 4 52 20 PM
mohamedsabil83 commented 2 years ago

can you share the code to re-implement your issue?

khanakia commented 2 years ago

I got it fixed i had to pass the template param TinyEditor::make('content')->template('example')

Can you please add these points to the documentation so for any new user it will be easy to know how to use it instead of debugging the code.