Open martin-ro opened 3 years ago
@martin-ro Hi! Could you please try extending this class https://github.com/dmitrybubyakin/nova-medialibrary-field/blob/master/src/Integrations/NovaFlexibleContent/MedialibraryFieldLayout.php?
Yeah, tried that before and the behavior seems to be the same.
@martin-ro Ok. I'll try to fix that over the weekend.
Hi @dmitrybubyakin, any news on that?
I'm still having trouble getting the Medialibrary field to work when using a flexible field with medialibrary within a flexible layout.
Field with attribute KDJNUhdxbakJ__logo is not found
Also just noticed that Works when calling ->fields(function...
doesn't work.fields
first before any other method
@martin-ro Hi. Still don't have time for this project
Hi,
thanks for the great package!
I use Medialibrary fields within Flexible content but methods like
resolveMediaUsing
,downloadUsing
,attachUsing
etc. are not working at all. Seems like these methods are just ignored.Example:
This works
app\Nova\Page.php
This does not work
app\Nova\Page.php
app\Nova\Flexible\Layouts\SomeCustomFlexibleLayout.php
How can I get the methods working in custom layout classes?
Cheers