Incorporation of cloneAction Method
The update includes a new function, known as cloneAction, in our sections schema. What this does is, it creates a copy of the final entry in the sections list, but with altered values. This is beneficial as it enables us to rapidly generate new, slightly different entries based on the properties of the last entry.
PR Summary
cloneAction
, in oursections
schema. What this does is, it creates a copy of the final entry in thesections
list, but with altered values. This is beneficial as it enables us to rapidly generate new, slightly different entries based on the properties of the last entry.