[5.x] Saving deeply-nested Matrix Data via php #15118
-
I noticed this warning in the docs, and I'm curious if you can give me any hints about how this might work in Craft 5? Would it be similar to how a standard relation would work, ie: On Save in Parent Entry:
|
Beta Was this translation helpful? Give feedback.
Answered by
brandonkelly
Jun 1, 2024
Replies: 1 comment 1 reply
-
The Craft 4 way still works, actually. You just need to make sure you’re using the correct entry type handles, which may have changed during the Craft 5 upgrade. I’ll follow up with @AugustMiller and see if there’s a bigger plan for that section. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
brandonkelly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Craft 4 way still works, actually. You just need to make sure you’re using the correct entry type handles, which may have changed during the Craft 5 upgrade.
I’ll follow up with @AugustMiller and see if there’s a bigger plan for that section.