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

This implements the preview attribute for the collapsed view as suggested on #378 ## Usage ```php use Whitecube\NovaFlexibleContent\Layouts\Layout; use Laravel\Nova\Fields\Text; class MyLayout extends Layout { protected $name = 'checkbox'; protected...

As discussed in #492. Basically adds a `routes/nova-api.php` to patch the native `/nova-api/{resource}/{resourceId}/update-fields` route with a `src/Http/Controllers/UpdateFieldController` extending the Novas `Laravel\Nova\Http\Controllers\UpdateFieldController`, using a modified sync version only if the `$request->query('field')`...

Hi, is it possible to set the minimum number of layouts (opposite of `limit()`)? Is there any workaround for this?

I've recently upgraded to Laravel 11, and now I can't use FlexFields anymore. Whenever I'm updating a model with any Flexfield, I get an Exception like this: ``` SQLSTATE[HY093]: Invalid...

I wanted to bring to your attention an issue that some users, including myself, are experiencing with the Flexiible package in conjunction with Nova v3.3 and Laravel 10. It appears...

First things first, thanks for this wonderful package! I would like to report a z-index related incompatibility with the latest version of Laravel Nova (v4.29.5). Release notes for [Laravel Nova...

When utilizing the Whitecube\NovaFlexibleContent package to add multiple layout options within a Nova Resource, the layout options are being truncated in the UI if the overall form content does not...

Fixes a bug in the flexible-search-menu component to account for the case when there is no limit number of widget is set. Without this fix, the drop down does not...

Uploading Screen Recording 2024-03-23 at 2.52.20 AM.mov…