sb_duplicate
Duplicate a node with all its children, assigning fresh IDs and placing the copy right after the original—ideal for repeating design elements like cards.
Instructions
Copy a node and everything under it, under fresh ids, right after the original. The move a designer makes constantly — build one card, duplicate it twice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| dry_run | No |