You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a migration script for moving my content from a sandbox environment to our master environment.
If I do it with queryEntries and include each linked entry id, I can use the import tool and can see the content being imported for the included ids so for example:
However, that's not easy to do for a page content type where there are multi level linked entries. is there any way to use links_to_entry to resolve all the entries from a single id? something like:
I am trying to create a migration script for moving my content from a
sandbox
environment to ourmaster
environment.If I do it with
queryEntries
and include each linked entry id, I can use the import tool and can see the content being imported for the included ids so for example:However, that's not easy to do for a page content type where there are multi level linked entries. is there any way to use links_to_entry to resolve all the entries from a single id? something like:
The text was updated successfully, but these errors were encountered: