This module enhances entity references by adding support for revisions. It allows you to reference specific revisions of entities, which is particularly useful for modules that manage content composed of multiple parts, ensuring that historical content remains intact during updates and rollbacks.
Overview
Adds an Entity Reference field type with revision support, allowing specific entity revisions to be references. This is useful for modules like Paragraphs and Inline Entity Form.
A common use case is where an entity is actually part of a parent entity (with an embedded entity form). When the parent entity is updated, the referenced entity is also updated, thus the previous revision of the parent entity should still be pointing to the previous version of the entity to fully support revision diff and rollback.