ym

Results 2 comments of ym

> Hello, > > has anyone found a solution to make the image field translatable ? Hi, check this [package](https://github.com/soluzione-software/nova-translatable-field). It have a lot todo, but basically uses a different...

In my case, the code bellow works perfectly ``` NovaDependencyContainer::make([ BelongsTo::make(__('Person'), 'person', Person::class)->inline(), ]) ->dependsOn('type', 'individual'), ```