nova-flexible-content
                                
                                
                                
                                    nova-flexible-content copied to clipboard
                            
                            
                            
                        Flexible Content & Repeater Fields for Laravel Nova
I have a Product resource. Within the resource I have this: Flexible::make('test', 'test') ->addLayout('', 'wysiwyg', [ Select::make('Type of Guide', 'type')->options($this->getDropDownData('GuideType', 'name'))->rules('required') ->fillUsing(function ($request, $model, $attribute, $requestAttribute) { dd($model); }) $model...
Live preview
[A bit of background to my use-case/thinking can be seen here on Twitter](https://twitter.com/johnpuddephatt/status/1621106284673273857). In short I want to provide a visually intuitive interface for content managers when dealing with "marketing"...
I have 2 fields below: 1. I have one select field is called "Type" 2. I have one select field is called "Unit" that depend on field "Type" Action: 1....
Adds a button to toggle the collapsed state for all groups.
Hello, Anybody else having issues with Nova Dependency Container inside Flexible Content ? I'm using a custom Preset & Resolver. Data is saved correctly in the DB. If I add...
Hello, So I have seen lots of conversations about relations and nested flexibles, but after several attempts I did not succeed. Have followed the docs and successfully set up the...
This pull request takes care of the function to move any element added to the top / bottom of the list. This can be really helpful if you have multiple...
Hi everyone! I am going crazy with this one; I hope you can help me :pray: I am working with Laravel 10 and Nova 4. I have a model called...
Basically, when I'm using BelongsTo field outside the addLayout is working good. But when I'm trying to use a Flexible field and I'm trying to use BelongsTo inside addLayout method...