nova-flexible-content
nova-flexible-content copied to clipboard
How to send arguments to custom layout
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);
I'm in the need of something similar, is it possible @whitecube?
+1
$this->model inside layout instance returns null.