You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a SuperTableField that contains a Matrix field, which in turn contains a number of different blocks.
When I run schematic/export, all these fields, down to the Matrix blocks, are written into the yaml file. However, when I run schematic/import in the target environment, only the SuperTable field and Matrix field are imported; all of the Matrix field's child blocks are missing.
Here is an abridged version of the schema.yml file:
No, i had such a hard time to debug while having a deadline coming up i had to switch to migration manager. Honestly, having migration files works really nice. Also, i'm not sure what we're going using once Craft 3.1 is released.
I'm using version 4.0.17 on Craft 3.
I have a
SuperTableField
that contains a Matrix field, which in turn contains a number of different blocks.When I run
schematic/export
, all these fields, down to the Matrix blocks, are written into theyaml
file. However, when I runschematic/import
in the target environment, only the SuperTable field and Matrix field are imported; all of the Matrix field's child blocks are missing.Here is an abridged version of the
schema.yml
file:Everything down to the
sectionContent
field seems to be imported correctly, but none of that field'sblockTypes
are.Is this a bug, or am I going about this incorrectly? Thanks!
The text was updated successfully, but these errors were encountered: