nova-flexible-content icon indicating copy to clipboard operation
nova-flexible-content copied to clipboard

Flexible Content & Repeater Fields for Laravel Nova

Results 100 nova-flexible-content issues
Sort by recently updated
recently updated
newest added

Hello, I have a scenario where i'm adding a conditional field in the layout but for some reason, it's not working. Flexible::make('custom', 'custom') ->addLayout('', 'wysiwyg', [ Select::make(__('Type'), 'type') ->options([ 'opt1'...

In polymorphic relationships the nested content is not decoded/casted to an array. This fix will test again if the nested json object can be decoded to an array and will...

Instanceof Layout without import return always false and getMediaModel must be public.

We are expericing a bug with the drag and drop functionallity when editing a resource. So a little context we have Quiz resource where we implemented the Question as flexible...

this fix takes care of the issue here: https://github.com/whitecube/nova-flexible-content/issues/426

Hi, I am getting this error Call to protected method Whitecube\\NovaFlexibleContent\\Layouts\\Layout::relationLoaded() from scope Laravel\\Nova\\Fields\\HasOne When trying to add a HasOne field to Flexible like so: ```php public function fields(NovaRequest $request)...

A number of image fields in layouts are being displayed as plain File fields.

Flexible content don't work with resolveUsing. `Flexible::make('Lėšų savininkai', 'client[funds_owners]')` I need fill custom value in resource update page and I can't do it. Also method hideWhenUpdating don't work with this...

bug

This module is really great. However, I found a bug. I've got Flexible content on my model Enrichments which looks like this: ``` class Enrichment extends Model { protected $casts...

I have recently attempted to automate my Nova testing by downloading the Nova Unit Laravel extension: https://joshgaber.github.io/NovaUnit/ However I have ran into a challenge as it relates to the Nova...