Starting the new queried content list module.

Everything for the new part, content type and widget are there except for what makes them useful (back-end logic & data and complete shape templates)

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-10-28 15:30:14 -07:00
parent 46c62206a4
commit 9a5239e777
13 changed files with 312 additions and 1 deletions

View File

@@ -94,7 +94,8 @@ namespace Orchard.Setup.Services {
"Orchard.Tags",
"Orchard.Media",
"Orchard.Widgets",
"Orchard.jQuery"
"Orchard.jQuery",
"Orchard.ContentQueries"
};
context.EnabledFeatures = hardcoded;