nova-flexible-content
nova-flexible-content copied to clipboard
Flexible Content & Repeater Fields for Laravel Nova
Hello there, I've several locations by a Flexible field, when I save a location I get through an observer some "memberships". I would like to use this memberships as options...
This is to accommodate Nova TinyMCE, which is not officially supported by this package. It emits the event 'flexible-content-order-changed' so that other packages, such as the Nova TinyMCE package, can...
There is only one arguable change: `fireRemoveCallback()` method return type (it's declared as `mixed`) is unused in the package. I propose to remove it. I also found a weird situation...
Hi, Is there a quick way to set the default value of a field within a flexible layout if no value is currently set? I have tried doing this with...
Nova version: 4.14.3 Package version: v1.0.5 Hello and first of all - thanks for great package! I have small issue with validation of `Flexible` field. I've created field like that:...
Normally it is possible to hide/show fields based on specific authorizations. In Flexible Content, this seems not to be working. https://nova.laravel.com/docs/2.0/resources/authorization.html#fields This does not work inside my Flexible/Layouts/InvoiceLayout.php: `Text::make(__('Invoice Number'))->canSeeWhen('isAdmin',...
When a flexible field (with prefilled values) is hidden using dependsOn I cannot save my resource - once I click the checkbox to display it I can save it. I...
The border-left class does not seem to work anymore, placing the number on a seperate line from it's label. This takes a lot of vertical space and would be better...
In light mode, the border are border-100 and border-50. In dark-mode the border-100 becomes border-700, but the border-50 stays border-50 and makes it look very jarring. ![Screenshot 2024-01-24 at 10...
Hi, As I have tried with laravel nova replicate function, when I go to index page then click replicate the value in flexible content not display. Is there anyway to...