Display MediaLibraryPickerField when editting a part
问题 I'm missing something here and can't for the life of me figure out what. I've added a MediaLibraryPickerField to a part I created: ContentDefinitionManager.AlterPartDefinition(typeof (FloorPlanPart).Name, cfg => cfg .WithField("Photo", f => f .OfType("MediaLibraryPickerField") .WithDisplayName("Photo") .WithSetting("MediaLibraryPickerFieldSettings.Required", "true"))); I can verify that this field has been added correctly to my part. This part belongs to a custom type: