Forums / Extensions / eZ Flow / AvailableForClasses for blocks?

AvailableForClasses for blocks?

Author Message

Carlos Revillo

Thursday 13 November 2008 9:21:08 am

Hi.

In extension/ezflow/settings/zone.ini.append.php we can define zones and set the ability of these zones to one or a set of classes. something like

[2ZonesLayout2]
ZoneTypeName=2 zones (layout 2)
Zones[]=left
Zones[]=right
ZoneName[left]=Left zone
ZoneName[right]=Right zone
ZoneThumbnail=2zones_layout2.gif
Template=2zoneslayout2.tpl
AvailableForClasses[]=frontpage

Is there any way to add set avaliable blocks for only a set of classes or maybe a set of defined zones?

Thank you.