-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Different Matrix Block Types are merged together #1184
Labels
Comments
ivanBereznev
added a commit
to ivanBereznev/feed-me
that referenced
this issue
Aug 31, 2022
This was referenced Aug 31, 2022
ivanBereznev
added a commit
to ivanBereznev/feed-me
that referenced
this issue
Sep 1, 2022
craftcms#1184 Different Matrix Block Types are merged together
angrybrad
added a commit
that referenced
this issue
Feb 11, 2023
commit 6278531 Author: Ivan Bereznev <[email protected]> Date: Wed Aug 31 18:58:42 2022 +0300 #1184 Different Matrix Block Types are merged together
Feed Me 5.1.0 has been released with the fix for this. |
This was referenced Apr 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Let's imagine that there is a Matrix field
myMatrix
with two possible block typesblocktypea
andblocktypeb
.Then, blocks for this field should be imported from a JSON source using Feed Me. (Though it does not have to be JSON, I am pretty sure that the same can be reproduced with any source)
The JSON data looks like:
Fields from
myMatrixDataA
are mapped to fields ofblocktypea
, and ones frommyMatrixDataB
are mapped toblocktypeb
.I expect that import of such feed should create two different blocks in the entry, but instead it only creates the
blocktypeb
block.Steps to reproduce
NOTE: probably #689 describes the same issue, but I am not sure.
Additional info
The text was updated successfully, but these errors were encountered: