fold_divi5_children_aliases() — Divi-vocabulary aliases for children
- fix fold_divi5_children_aliases() — Divi-vocabulary aliases for children. New static helper on Respira_Builder_Divi collapses rows, cols, columns, modules, elements, and innerBlocks into the canonical children list before co
- fix Respira_Builder_Tree_Utility::walk() traverses the same alias set. Pre-v7.0.32 count_elements only walked the configured children_key, so an alias-shaped payload reported element_count: 1 on a 5-element nested tree — act
- fix collect_children_drops() — hard error on silent children drops. New static helper on Respira_Builder_Divi walks the post-complexify block tree side-by-side with the input payload and returns every node whose actual inner
- add MCP server v6.13.1 — description-only updates on wordpress_build_page and wordpress_inject_builder_content that document the canonical children shape with a Divi 5 example, name the accepted aliases, and mention the resp
- note Verified live on Studio :8881 against Divi 5.4.1 with S.O.'s exact rows/cols/modules payload. Section + row + column + heading + text blocks all emit correctly; element_count reports 5; canonical children form still work
- note The fold is intentionally narrow (Divi-vocabulary + generic). Other builders (Bricks, Beaver, etc.) keep their adapter-native alias handling — this change is scoped to the Divi 5 complexify path.