Changes between Version 1 and Version 3 of Ticket #59385
- Timestamp:
- 09/19/2023 12:21:03 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59385
-
Property
Summary
changed from
Blocks: Implement `insert_hooked_block(s)`toBlocks: Implement block insertion functions
-
Property
Summary
changed from
-
Ticket #59385 – Description
v1 v3 1 For #59313, we need to implement functions to insert a given parsed block into another parsed block's inner blocks, and to prepend and prepend to that array, respectively.1 For #59313, we need to implement functions to insert a given parsed block into another parsed block's inner blocks, and to prepend and append to that array, respectively. 2 2 3 3 We will use those functions in combination with `traverse_and_serialize_blocks`' (see #59327) to implement automatic insertion of hooked blocks into block templates and patterns.