emilianotisato / nova-tinymce

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

How can add help text? #47

Closed PoojaJadav closed 3 years ago

PoojaJadav commented 3 years ago

I want to add help with my field like this :

NovaTinyMCE::make(__('Description'), 'description')
                    ->rules('required')
                    ->options([
                        'height' => '500',
                    ])
                ->help('Here is my help'),

Can you give me suggestions that how can I add help text?

JonathanDoelan commented 3 years ago

Maybe this helps?

crynobone commented 3 years ago

This package need to implements helpText support under components/FormField.vue. Not Laravel Nova issue.

Jon78 commented 3 years ago

This was fixed in https://github.com/emilianotisato/nova-tinymce/pull/46. PR has been merged but the version number has not changed. In your composer.json you could refer to "emilianotisato/nova-tinymce": "master",, this way you will get the latest commits

JonathanDoelan commented 3 years ago

@Jon78 I added "emilianotisato/nova-tinymce": "master", but then tinymce does not show icons anymore …

bug

… and help text is still not appearing! :(

So … @emilianotisato can you please update the project for composer?

emilianotisato commented 3 years ago

Sorry the delay guys. This is now merged and added to latest tag 1.2