Thibaud Colas

Results 690 comments of Thibaud Colas

Sorry – typo, should be "focus the corresponding field", not fix!

Thanks for the reports @ssyberg. The minimap labels are meant to match the auto-label logic of the StreamField blocks on the page, it’s the [label_format](https://docs.wagtail.org/en/stable/reference/streamfield/blocks.html#structural-block-types) StructBlock option you’re looking for...

Fixed! This will ship in Wagtail 6.2, and the upcoming 6.1.2 patch release.

@zerolab thanks for reporting :) You mention other fixed-width blocks – which ones have you noticed this issue with?

Noting this is still an issue in 5.2.2 (see [Hot Cross Bun](https://static-wagtail-v5-2.netlify.app/admin/pages/81/edit/)). Adding to our design backlog.

For anyone facing this – here are style overrides specifically for `TypedTableBlock`: ```css .w-form-width { /* Override the overall maximum form width. */ max-width: 1280px; } .w-field__wrapper:has(.typed-table-block) { /* Increase...

Hi @luisvillalba, could you clarify what version of Wagtail you’re basing this feedback on? We made a lot of changes to the scheduled publishing UX in Wagtail 5.1, with a...

@kaedroho when you have the chance, could you add more info on where to do what you suggested? Is it in `formatted_permissions.html`? This seems like a good "good first issue"...

As far as I understand, this is exactly what @kaedroho flags, and his suggestion is to call `gettext` when the database value is displayed while the migration would be kept...