Bjarne Fyrstenborg
03/21/2024, 8:05 AMusing Umbraco.Cms.Core.Composing;
using Umbraco.Deploy.Core.Migrators;
using Umbraco.Deploy.Infrastructure.Migrators;
internal class ArtifactMigratorsComposer : IComposer
{
public void Compose(IUmbracoBuilder builder)
{
builder.DeployArtifactMigrators()
.Append<ReplaceNestedContentDataTypeArtifactMigrator>();
builder.DeployPropertyTypeMigrators()
.Append<NestedContentPropertyTypeMigrator>();
}
}
I tried adding the composer to the project and restarted the application, but the property and datatype still seems to use Nested Content.
Anything else which need to be configured?Bjarne Fyrstenborg
03/21/2024, 8:43 AMDean Leigh
03/21/2024, 9:13 AMBjarne Fyrstenborg
03/21/2024, 10:57 AMRonald Barendse
03/22/2024, 12:42 PMBjarne Fyrstenborg
04/25/2024, 12:11 PMA hub and casual space for you to interact with fellow community members and learn more about Umbraco!
Powered by