nova-flexible-content icon indicating copy to clipboard operation
nova-flexible-content copied to clipboard

Flexible Content & Repeater Fields for Laravel Nova

Results 117 nova-flexible-content issues
Sort by recently updated
recently updated
newest added

Hello, there seems to be an issue when trying to download a file from a File field, within Flexible content, from the view page. Even though I can see the...

Fixes #392, fixes #389, fixes #311, fixes #414 That's just PoC and it definitely needs more testing. Hope it helps somehow to fix this issue

Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@​lukekarrys, @​joaomoreno, @​nicolo-ribaudo) Changelog Sourced from...

dependencies
javascript

Fully closes #464 :)

This PR includes: - new minimal Psalm version (no new PHP or other dependency restrictions) - Fix new `@template` syntax issues (detected by a newer Psalm version) - Reuse Psalm's...

Nova starting from [v4.26.0](https://nova.laravel.com/releases/4.26.0) ships with a new `Repeater` field. (Beta) [Docs](https://nova.laravel.com/docs/4.0/resources/repeater-fields.html) that has similar functionality. I think it it will be a good to underline nova-flexible-content features that does...

**Laravel Version:** 8.13.0 **Nova Version:** 3.14.0 **Flexible Content Version:** 0.2.6 --- When trying to validate an image, I can't get the validation rules to work. For example, when doing the...

hi I have the following block ` Flexible::make('Content') ->addLayout('Image - One Image', 'image_full', [ Image::make('Image')->rules('image'), ]) ->addLayout('Image - Two Image', 'image_two', [ Image::make('Image 1')->rules('image'), Image::make('Image 2')->rules('image'), ]) ` If i...

bug

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.1 to 4.2.4. Release notes Sourced from socket.io-parser's releases. 4.2.4 Bug Fixes ensure reserved events cannot be used as event names (d9db473) properly detect plain objects (b0e6400)...

dependencies
javascript

Nova 4 (latest) NFC 1.0.6 -- 10 example blocks, moving 1 to 5 moves block to the 5th position. However, if I move the 5th block to the 1st (or...