Skip to main content
Version: Next

Link To Parent

This actions links one or more data objects to a new parent object. The parent object can be configured by providing a path.

Available Context

For more information on context limitations refer to the "Available Context section" in the Pimcore Copilot documentation here.

Multiselect: Yes Elements: Data Objects, Assets

Configuration Options

  • new_parent_path (string, required): The path to the new parent object.
  • new_parent_element_type (string, optional): The type of the new parent object. Default: object.
new_parent_path: '/path/to/parent'
new_parent_element_type: 'asset'