From 93d082caa6f13471a030eb9df2b99b9de596c5e5 Mon Sep 17 00:00:00 2001 From: pb Date: Wed, 24 Mar 2010 00:26:25 +0000 Subject: [PATCH] ccm-cms enterprise.init Left over von Experimenten mit content-section entfernt. git-svn-id: https://svn.libreccm.org/ccm/trunk@363 8810af33-2d31-482b-a856-94f89814c4df --- ccm-cms/src/com/arsdigita/cms/enterprise.init | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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)