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.

TypeList

Summary

Sets the information collection type for specific class ID's or identifiers.

Usage

 

TypeList[<class ID | class identifier>]=<collection type>

Description

Similar to the setting Type in the block [InfoSettings], this setting lists the information collection types, but matches them to class ID's or identifiers. By doing this an override can be set for the setting Type for specific classes.
The collection types used as value are:

  • poll
  • form
  • feedback

All values have their own template located here:

<eZ Publish installation>\templates\content\collectedinfo

 

This setting is case sensitive.

Examples

[InfoSettings]
 
Type=form
 
TypeList[poll]=poll
TypeList[form]=form
TypeList[feedback]=feedback

This is the default setting. By defining TypeList, the default information collection type, form, will be overridden for some classes. The class poll is matched to the information collection type poll, the class form to the information collection type form and the class feedback to the information collection type feedback.

Ester Heylen (23/06/2010 12:45 pm)

Ester Heylen (18/08/2010 10:47 am)


Comments

There are no comments.