Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

ParentNodes

Summary

Sets the nodes where the object should be placed.

Usage

ParentNodes[]=<node ID> | <node alias>

Description

This setting defines the nodes where the object should be placed.  Each entry is either an alias or the node ID.The aliases that can be used as value must be defined with the setting [UploadSettings] AliasList or be one of the system defined aliases. The system defined aliases are by default:

  • content: this alias represents the content root node as defined with [NodeSettings] RootNode in content.ini.  The Node ID is usually 2
  • users: this alias represents the user root node as defined with [NodeSettings] UserRootNode in content.ini.  The Node ID is usually 5
  • media: this alias represents the user root node. 
  • setup: this alias represents the user root node.

This setting is case sensitive and optional.

Examples

ParentNodes[]
ParentNodes[]=media

This is the default setting

Geir Arne Waaler (13/10/2010 1:38 pm)

Geir Arne Waaler (13/10/2010 1:38 pm)


Comments

There are no comments.