nova-flexible-content
                                
                                
                                
                                    nova-flexible-content copied to clipboard
                            
                            
                            
                        Flexible Content & Repeater Fields for Laravel Nova
Hello, In a GET API request, I need to return a JSON response of the flexible content, including all uploaded media files with their absolute path, some images have been...
Is it possible to include a "plus" button on each layout? This feature would allow users to conveniently add a new layout below the existing one. Especially useful on large...
Adds the option to set a minimum number of fields. Will make the delete icon/button disappear if the number of fields is at or below the minimum. Above minimum: ](https://www.linkpicture.com/view.php?img=LPic6463824eee1d71192434370) ```...
as you can see, I believe the text "#1 Recipient" and "#2 Recipient" should be on 1 line, not 2. in the screenshot, you'll notice "#1" is on one line,...
Hi, i already write issue https://github.com/whitecube/nova-flexible-content/issues/151 and https://github.com/whitecube/nova-flexible-content/issues/14 doesn't help me. Bug appears only on view page, edit page is fine. My layout code is: ``` namespace App\Nova\Flexible\Layouts; use Laravel\Nova\Fields\Date;...
Hi I've created a custom layout to use the media library. But when do so I lost my resource data (`$this->id`) How can I access this within the custom layout?