mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
"modules" -> "features" in the SetupController to clear up what's being enabled
--HG-- branch : dev
This commit is contained in:
parent
18bba7873b
commit
cd4995253e
@ -84,7 +84,7 @@ namespace Orchard.Setup.Controllers {
|
||||
DataTablePrefix = model.DatabaseTablePrefix,
|
||||
};
|
||||
|
||||
// The vanilla Orchard distibution has the following modules enabled.
|
||||
// The vanilla Orchard distibution has the following features enabled.
|
||||
const string hardcoded =
|
||||
@"Orchard.Framework,
|
||||
Common,Dashboard,Feeds,HomePage,Navigation,Scheduling,Settings,XmlRpc,
|
||||
|
Loading…
Reference in New Issue
Block a user