[Solved] Moving UDA files between solutions in Umb...
# help-with-umbraco
s
I have a set of UDA files like DocumentTypes and DataTypes I need to distribute between multiple cloud projects. I've tried to copy them from one solution to another, but the new DocumentTypes and DataTypes does not get picked up on the new solution. Is this possible to do without using third party packages ?
I think I've solved this myself 🙂 After deploying the new UDA files to the repository, I triggered a Schema Deployment From Data Files under Settings > Deploy After this, the new DocumentTypes and DataTypes became visible in backoffice.
5 Views