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

Flexible Content & Repeater Fields for Laravel Nova

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

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: ![Screenshot...

Is there a way to prevent layout removal? Or should I use css and hide the delete button?

I am using Flexible Content 1.0.7 with Nova 4.22.0 running on PHP 8.2.6. I am using the Flexible Content field inside a Nova Page Manager 5.8.6 Region, if that is...

Is there any way I can pass some arguments to my custom layout class? like: ``` Flexible::make('Content') ->addLayout(\App\Nova\Flexible\Layouts\SimpleWysiwygLayout::class, $arguments); ```

This is the error I get when I try to delete the image in the snapshot. Has anyone encountered this problem and found a solution, thanks in advance [![image](https://www.linkpicture.com/q/asdsadd.png)](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?

question