Configuring ProjectionPage to be Listable by default.

This commit is contained in:
Sipke Schoorstra
2014-09-23 16:13:03 -07:00
parent 938765f2e3
commit af51f0b17b

View File

@@ -261,6 +261,8 @@ namespace Orchard.Projections {
.WithSetting("Stereotype", "MenuItem")
);
ContentDefinitionManager.AlterTypeDefinition("ProjectionPage", cfg => cfg.Listable());
return 3;
}