- Issue created by @acbramley
Discovered when testing ✨ Display Referenced Entity Bundle and Index in Diff Active
Some entity types show many fields that are not needed for diff, e.g paragraphs will show Parent field name, Behavior settings, Parent type, etc. I don't think any of those are necessary to display. We also have field names hardcoded where we could be getting them from revision metadata keys.
Add paragraphs to a node
Diff it
Hardcode more fields to ignore from paragraphs
Use revision metadata keys to ignore revision_id, etc.
Active
2.0
Code