Replies: 1 comment 3 replies
-
Hi, you can set {
"uSync": {
"Sets": {
"Default": {
"HandlerDefaults": {
"UseFlatStructure": false
},
}
}
}
} It use to be this way by default (back in the Umbraco 4 days) - but it can cause more pain, because every time something moves you end up with orphan files that have to be checked for clashes etc (which uSync does internally) - it just makes it slightly more messy and more likely that you will get conflicts during imports. but if managed well it does work that way - we just defaulted to the simpler route to reduce potential issues for people. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Kevin,
Did you ever consider supporting full folder structure in exports for ContentTypes?
I see few scenarios in which it would helpful :D
Beta Was this translation helpful? Give feedback.
All reactions