emilianotisato / nova-tinymce

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

work with spatie/nova-translatable, nova #3

Closed ghost closed 5 years ago

ghost commented 5 years ago

why the field does not work with spatie/nova-translatable ? just empty field

Translatable::make([
        NovaTinyMCE::make('translatable_value'),
]),

but if i write

Translatable::make([
        NovaTinyMCE::make('translatable_value_fr'),
]),

The field will appear, but I will not be able to make changes, because I do not have such a field

ghost commented 5 years ago

problem in :id="field.name"

emilianotisato commented 5 years ago

@Enmaboya sorry about the delay.

Could you fix de issue?