Adrien Foulon

Results 434 comments of Adrien Foulon

Also related issue, even though I disabled all twill default blocks in the config, the block templates are still present on the page (Eg: `Carousel`, `Gallery`) ![image](https://github.com/area17/twill/assets/6115458/142aae60-9390-4015-8faf-423953a3f918) Is this normal/desired?

I realised that yes it's the label of the field and not the block which could be different But it's not possible to set an empty label to a field,...

If I change ```diff + if ($this->{$property} === null) { - if (! $this->{$property}) { throw new \InvalidArgumentException( "Missing required field property '$property' on " . $this::class ); } ```...

This is desired behavior to me, both Quill and TipTap will only keep the html that they have been configured to support With both, components are selected using selectors and...

@gilbo75 Why did you close the PR instead of just committing the suggested change?

Maybe adding a feature config option for this? And use it for the migration, there is also the model helpers that use `id()` that could be improved based on this...

I also agree on this, it's simpler and more efficient to use `id` with mysql, but the one really big advantage of uuid is that you can export import content...

Or maybe we just add a flag to the slug editor, if the slug has been edited manually we send the slug, if not we send null to let php...

Hmmm, 4.0.x was released already? I though you would wait for this PR on both 3.9 and 4.0 Then this PR which includes breaking changes which were meant to be...

Should the revert be for 3.9 or 4.1 ? If it's for 4.x we still have the same problem with tons of conflict with v4 so it's easier to start...