Revision 296 (by ahitrov, 2013/03/26 17:59:01) Promosite (anthill) project source
package promosuite::SubSection;

use Contenido::Section;
@ISA = ('Contenido::Section');

sub extra_properties
{
	 return (
#		{ 'attr' => 'default_document_class',		'default' => 'promosuite::Article', },
		{ 'attr' => 'default_document_class',           'default' => 'promosuite::News', },
		{ 'attr' => 'icon',	'type' => 'image',	'rusname' => 'Иконка подпроекта', preview => ['100x100','50x50','26x26'] },
	)
}

sub class_name
{
	return 'Секция подпроекта';
}

sub class_description
{
	return 'Секция подпроекта';
}

1;