nova-flexible-content
                                
                                
                                
                                    nova-flexible-content copied to clipboard
                            
                            
                            
                        Flexible Content & Repeater Fields for Laravel Nova
Code example : Flexible::make('Promotion Action', 'actions') ->addLayout('Media', 'media', [ Select::make('Type', 'details->type') ->options([ 'image-01' => 'ImageLink', 'video' => 'VideoLink', 'facebook' => 'FacebookLink', 'youtube' => 'YoutubeLink', ]) ->rules('required'), FileManager::make(__('Banner'), 'image_path') ->multiple() ->limit(3)...
how can i make a default Layout to open automatic on open page
Hi, everyone, I've just noticed that using MultiSelect Field doesn't work properly. I can save the data in the database without problem. But if I go back to the form,...
Due to the change in Spatie Medialibrary https://github.com/spatie/laravel-medialibrary/releases/tag/11.4.3 where the GetMediaModel function is added on the HasMedia trait, this package is no longer compatible with it. You've succesfully updated your...
This PR add a method, readOnlyPrevious() , when you add a new layout to the group, all previous fields set to readonly. You can add new layut, but can´t chage...
I want to change the Price field value depends on Product field, sane field is inside Flexible but dependsOn is not working. ``` Flexible::make('Order items') ->addLayout('Select Products', 'product', [ Select::make('Product')...
This is going to be a bit lengthy, so bear with me. But I also think that this could be later used as a concrete example of how to use...
There seems to be a bug with the remove callback for a layout when passing a callable to the layout constructor for the `$removeCallbackMethod` argument The bit where this occurs...
Hello everyone! Nova 4 and laravel 12 not officially supported, but it can install together. I want to propose add laravel 12 in branch 1.x for support this installation