Migrating Entry Types via Partial Project Config YAML Edits #15553
-
Ok — I did read the docs on this and noticed the friendly warning that says:
Ok, now hold my beer for a sec. Let's say I had one CraftCMS 5 site (Site A) with 20 entry types that I built and configured the way I like. Looking at the project config folders for (Site A) — I see a folder called
Looking at
Question:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The The bigger issue is that your entry type file defines a field layout, which references custom field UUIDs (which originate from |
Beta Was this translation helpful? Give feedback.
The
meta.__names__
values are actually unnecessary; Craft generates those values on its own.The bigger issue is that your entry type file defines a field layout, which references custom field UUIDs (which originate from
config/project/fields/
), and your custom fields might reference other UUIDs, etc. etc..