Skip to content

v3.2.2

Choose a tag to compare

@github-actions github-actions released this 26 Jun 00:21
1e5b61b

Fixes

  • layout.yaml now round-trips page-type body sections (#1180). The editor already supported placing body sections in a page type's layout, but the file pipeline dropped them on export and could not represent them on import. layout.yaml now supports a body: key alongside header:/footer:, seeding default sections onto new pages of the type (locked when the type has no allowed_blocks).
  • Skip user-activity tracking in local dev (#1181). Collaborator-presence tracking no longer runs under primo dev, eliminating a flood of 404/ZodError console noise from activity rows pointing at deleted pages.