advanced-nova-media-library
advanced-nova-media-library copied to clipboard
Issue when using inside JSON field (naoray\nova-json)
Hello, can you help please with this issue? I tried to use fillUsing nova field callback but it does not helps.
use Naoray\NovaJson\JSON; use Ebess\AdvancedNovaMediaLibrary\Fields\Images; return [ Images::make('Featured Image'), // that works new Panel('Meta Fields', JSON::make('Meta', [ Images::make('Multi Images', 'multi_images') // that not ])->data ), ];
Does it work with R64 package JSON field? I know i in a similar project switched for this reason and i wanted to save fields to database and have them dynamic. But i dont remember what the difference in features is between the packages.