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-94f89814c4dfmaster
parent
c0422a394b
commit
93d082caa6
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue