- Issue created by @dgroene
- π·πΈSerbia levmyshkin Novi Sad, Serbia
This module allows to ignore fields for Entity Share process:
https://www.drupal.org/project/entity_share_bypass_fields β - π¬π§United Kingdom joachim
Entity Share Bypass Fields sounds useful, but it looks like what it does is skip field values entirely.
What this issue is about is importing the field value, but not following the reference to the target content.
For example, I am pulling my node about Cake, which has a CTA to the 'Recipes' node. I want to import the reference *value* of the CTA field, but I don't want Entity Share to *follow* the reference and pull in the Recipes node.
- First commit to issue fork.
- π©πͺGermany lukas_w
Sorry, I should have read the issue more carefully, before creating the issue fork, but maybe the code is useful nevertheless. It provides a client processor to ignore specific entities based on their entity type, bundle or UUID. However, the configuration is completely on the client side (as that was my use case - terms of a specific taxonomy were to be ignored).