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

Hello, I'm using two images fields one inside flexible content and the other outside the flexible content as the following: ``` Image::make('Imageddd', 'bbbdssdsd') ->thumbnail(function ($value, $disk) { return $value ?...

In some cases the recursive parsing of Flexible Values will wrongly assume that an array is always an array of groups. For example, a nested Flexible Layout with an Boolean...

bug

I upgrade to nova 4 and now he layouts menu is not displayed correctly using component inside belongs to many fields, however within resource fields it works Configuration where it...

enhancement

I have set the locale to 'de'. When using nova-flexbile-content anywhere in Nova the translations break in some places only, like here: ![image](https://user-images.githubusercontent.com/31067676/167263401-0822809e-3e57-4c45-b105-c0c208b6a085.png) When i remove the translation function `__('Add...

bug

I’m not able to translate the messages in your package. Please add support for this. Thx!

enhancement

How to use before and after rules on date fields? none of this won't work ` ->rules('required', 'date', 'before:b_enddate'))` ` ->rules('required', 'date', 'before:blackout.b_enddate'))` ` ->rules('required', 'date', 'before:blackout.attributes.b_enddate))` The layout's unique...

bug

I am trying to figure out if it's a bug or i am mistaken that nested Flexible Layouts are not casted. ![image](https://user-images.githubusercontent.com/5906125/82565698-70108600-9bad-11ea-8ae7-ccbeb739dbcd.png) ![image](https://user-images.githubusercontent.com/5906125/82565772-8880a080-9bad-11ea-9fad-49e8d2f0b1e7.png) i expect `motto` to cast `Whitecube\NovaFlexibleContent\Layouts\Layout`. Right...

When deleting an Image field in a Flexible field the image is not deleted. In the example below the image_1 can be deleted, the image_2 can't be deleted. ` Image::make('Image',...

Hi there, We have installed Nova Page and have set up an example page with a view that outputs the data as expected. ```blade {{ Page::title() }} Edited on {{...

So after trying my best to implement json field without luck, I have using with array->field on the field that would be nested. By doing this, I receive the following...