whitecube / nova-flexible-content

Flexible Content & Repeater Fields for Laravel Nova
MIT License
788 stars 228 forks source link

Reuse custom FlexibleCast for Flexible field #394

Open nrueckmann opened 1 year ago

nrueckmann commented 1 year ago

Currently, casting and displaying the field are independent. It would be beneficial if the field could reuse the defined Layouts from its corresponding FlexibleCast.

I'm happy to provide a PR if you like the idea.

voidgraphics commented 1 year ago

Could you provide an example of the problem and your proposed solution? Thanks