Davide Prevosto
Davide Prevosto
Hello, I would like to organize our ACF Pro options pages in a simple tree, using the parent functionality: -- Sections (without fields) ---- First Option (with fields) ---- Second...
Hello Brandon, before adding a new PR, I would like to ask if it is worth it for you. I am adding blocks using a reusable custom plugin each. For...
Related to: ``` To increment the button count call Livewire event clearCacheIncrement. // Livewire v2 $this->emit('clearCacheIncrement'); // Livewire v3 $this->dispatch('clearCacheIncrement')->to(\CmsMulti\FilamentClearCache\Http\Livewire\ClearCache::class); ``` From where it needs to dispatch the event? I...
I am using ACF Composer v3.4.3 I added a block and I am not able to validate the required fields. Saving the current post, without inserting none of the required...
Hi, how about adding support for the Icon Picker field? I don't know if the following code would be sufficient. ```php # src/FieldsBuilder.php /** * @param string $name * @param...
PHP Version: 8.4.x How to reproduce: `composer dump autoload` ```bash Deprecation Notice: swagger_ui_dist_path(): Implicitly marking parameter $asset as nullable is deprecated, the explicit nullable type must be used instead in...
# Pest v4 does not terminate when executed inside a Deployer `runLocally` task ### Description When running Pest v4 inside a Deployer `runLocally` task, the command never terminates and the...