tableau-mkt-archived / entity_xliff

Drupal module that provides an API for entity serialization in the XLIFF format.
https://drupal.org/project/entity_xliff
2 stars 0 forks source link

Ability to ignore particular references #110

Open bjmiller121 opened 8 years ago

bjmiller121 commented 8 years ago

Problem

Occasionally, you might have a reference field that is used to reference the same content on a large set of content, such as referencing a parent node used to categorize a subset of child nodes. In this or similar cases, if you want to export all the child nodes, you'll end up exporting the parent node multiple times with each child node.

Proposed Resolution

This issue could be resolved by adding the ability to set a particular reference field to be ignored by entity_xliff. This could be done on a field-by-field on field settings or a blacklist of field machine names on an admin page.