mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Configuring ProjectionPage to be Listable by default.
This commit is contained in:
@@ -261,6 +261,8 @@ namespace Orchard.Projections {
|
||||
.WithSetting("Stereotype", "MenuItem")
|
||||
);
|
||||
|
||||
ContentDefinitionManager.AlterTypeDefinition("ProjectionPage", cfg => cfg.Listable());
|
||||
|
||||
return 3;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user