advanced-nova-media-library icon indicating copy to clipboard operation
advanced-nova-media-library copied to clipboard

Issue when using inside JSON field (naoray\nova-json)

Open alexander-holovko opened this issue 3 years ago • 2 comments

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
            ),
        ];

alexander-holovko avatar Sep 15 '21 18:09 alexander-holovko

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.

silentpatrik avatar Oct 12 '21 20:10 silentpatrik