#59385 closed defect (bug) (fixed)
Blocks: Implement block insertion functions
Reported by: | Bernhard Reiter | Owned by: | Bernhard Reiter |
---|---|---|---|
Milestone: | 6.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | commit |
Focuses: | Cc: |
Description (last modified by )
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.
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.
Change History (7)
Note: See
TracTickets for help on using
tickets.
In 56618: