You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.