Storyblok · Arazzo Workflow
Storyblok Clone Component
Version 1.0.0
Read an existing component definition, recreate it under a new name, and confirm it via the component list.
View Spec
View on GitHub
CMSContent DeliveryContent ManagementHeadless CMSImage OptimizationREST APIVisual EditorWebhooksArazzoWorkflows
Provider
Workflows
clone-component
Copy a component's schema into a new component and verify it exists.
Reads a source component, recreates its schema under a new name, and reads the component list back to confirm the clone is present.
1
getComponent
getComponent
Read the source component to capture its schema and nesting flags.
2
createClone
createComponent
Create a new component under the supplied name reusing the source component's schema and nesting flags.
3
verifyClone
listComponents
List the space components, filtered by the new name, to confirm the clone is registered.