felixmFlow

Results 3 issues of felixmFlow

I tried using panel from this ticket but it didn't work: https://github.com/nibri10/nova-grid/issues/1 ![67887669-f88fe200-fb08-11e9-836e-71db2f137b8e](https://user-images.githubusercontent.com/108399801/231692642-0e5e1757-9aca-4671-ad66-d65eec869139.png) I'm using Laravel 8 and nova 3. Did anyone come right with an alternative solution please?

Hello, I have a scenario where i'm adding the conditional field in the layout from a package called flexible content but for some reason, it's not working. here is my...

Hello, I have a scenario where i'm adding a conditional field in the layout but for some reason, it's not working. Flexible::make('custom', 'custom') ->addLayout('', 'wysiwyg', [ Select::make(__('Type'), 'type') ->options([ 'opt1'...