Quentin Renard

Results 96 comments of Quentin Renard

Thanks for the amazing report in this PR @driftingly. I'm totally with you on this. This is definitely a mix of lacking documentation on these default blocks and legacy code...

@Tofandel it is normal considering the code, but not really desired indeed as it bloats the page even though they are not needed (not only default twill blocks, but all...

If you have more than one field in a block, you do want a label on each field for clarity and accessibility purposes. In the case of blocks with a...

Right, that's what I was suspecting would be blocking it on Twill 3. I think we could totally remove it from mandatoryFields to allow this use case.

Hi @Tom-revere is this with Quill or Tiptap?

Hi @zltn, sorry for the delay... A PR is welcome for this!

I'm not sure about this because `uuid` is not necessarily great to use as a primary key, it is more recommended to use a separate column for it. I understand...

Yes, I agree, we can add it as an optional feature.

Hi @yamaha252 I'm ready to accept and merge this but there are more tables that use integer columns for id references that would need to be changed (`twill_mediables`, `twill_fileables`, `twill_related`,...

Yes, I think that's good, as it'll supprt both UUID and ULID.