package promosuite::EventSection; use Contenido::Section; @ISA = ('Contenido::Section'); sub extra_properties { return ( { 'attr' => 'default_document_class', default => 'promosuite::Event' }, ) } sub class_name { return 'Секция расписания'; } sub class_description { return 'Секция расписания'; } 1;