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;