diff --git a/ccm-cms/src/com/arsdigita/cms/enterprise.init b/ccm-cms/src/com/arsdigita/cms/enterprise.init index 97568f756..fed704e33 100755 --- a/ccm-cms/src/com/arsdigita/cms/enterprise.init +++ b/ccm-cms/src/com/arsdigita/cms/enterprise.init @@ -27,8 +27,8 @@ init com.arsdigita.cms.installer.SectionInitializer { // - Parameter waf.pagemap.login_redirect=content/content-center-redirect.jsp // in integrations.properties of the respective bundle // - registerDomain(navigationKey, "/content/", null); in ldn.aplaws.Loader -//-- name = "content"; - name = "intern"; + name = "content"; +//-- name = "intern"; // List of roles to create. First field is role name, // second is the description, third is a list of @@ -74,20 +74,20 @@ init com.arsdigita.cms.installer.SectionInitializer { // The types are registered when the content-section is created. Later // modifications have no effect. -//-- types = { -//-- }; types = { - "com.arsdigita.cms.contenttypes.Address", - "com.arsdigita.cms.contenttypes.Article", - "com.arsdigita.cms.contenttypes.Contact" }; +//-- types = { +//-- "com.arsdigita.cms.contenttypes.Address", +//-- "com.arsdigita.cms.contenttypes.Article", +//-- "com.arsdigita.cms.contenttypes.Contact" +//-- }; // Category tree to load categories = { "/WEB-INF/resources/article-categories.xml", "/WEB-INF/resources/navigation-categories.xml" }; // Wether to make content viewable to 'The Public', ie non-registered users -//-- public = true; - public = false; + public = true; +//-- public = false; // When to generate email alerts: by default, generate email alerts // on enable, finish, and rollback (happens on rejection)