Is it possible to also sync fields with taxonomy terms?
The module works perfectly unless you add fields to the taxonomy terms.

Comments

Acoustics1990 created an issue.

GarChris’s picture

I'm also looking to sync fields with taxonomy terms. Any update on this? @Acoustics1990 - Did you find a way to get this to work?

coderdan’s picture

Syncing fields isn't something that I had planned for this module. But I'm willing to give it some thought if the need is there. The challenges I see would be:

- How would the fields be identified for syncing? (UX)
- Which field types would be supported?
- Handling of multi-value fields
- How would this scale with many terms/fields? (a performance concern)

This is starting to sound more like a formal REST endpoint the more I think about it.