This is the same as https://www.drupal.org/project/drupal/issues/1892654 for D7, which is a backport of what has already been done for D8 in https://www.drupal.org/project/drupal/issues/806982 (which makes it part of #378)
Problem/Motivation
Somehow the
<tfoot>
element of a table never got into core. While not commonly used, it still is a necessary component on some sites. Themes have to add this functionality when its optional use should be provided by core.Proposed resolution
Add optional
#footer
variable in theme hook and corresponding<tfoot>
markup in table template.
Recent comments
@onyx, you mentioned block_settings[body][value]. If your block has a body field: did you maybe switch the editor to source mode before saving the block? I'm asking because I recently...
update block doesn't work ( bug ? )
Hi Harold. Welcome to Backdrop. If you would like to start attending the meetings, which start at 19:00 UTC nearly every Thursday, I recommend finding out more at https://backdropcms.org/news/...
October 2, 2025 Weekly Meeting
I'm seeing same issue. Multiple browsers, computers. Using the inspect element I have seen that the payload passed to /system/ajax is the old block_settings[body][value], not the new value...
update block doesn't work ( bug ? )