Does the module support cloning e.g. a node that has paragraphs attached, and having the paragraphs entities cloned too rather than the new node pointing to the original paragraph entities?

I'm particularly interested in this for the D8 branch, but I'm sure it'd be great for the D7 branch too ;)

Comments

DamienMcKenna created an issue. See original summary.

pwolanin’s picture

Project: Node clone » Paragraphs
Component: User interface » Code

In general that support needs to be added in the module implementing the reference field e.g. see
http://cgit.drupalcode.org/field_collection/tree/field_collection.module...

clone module is just a simple piece of ode and can't guess when reference-type fields should have the referenced entity cloned or not.