# Sneep Types, # Change this line to control what sneep inputs exists, choose between 1 and all 3 of the following # * comment # * note # * tag (NOT AVAILABLE IN THIS VERSION!) $c->{"sneep_types"} = [ 'comment', 'note' ]; # Change the values below to adjust where the sneep "box" appears on the abstract page. # Chaning the numbers will order in with other boxes, in number order. $c->{plugins}->{"Screen::EPrint::Box::Sneep"}->{appears}->{summary_top} = undef; $c->{plugins}->{"Screen::EPrint::Box::Sneep"}->{appears}->{summary_right} = undef; $c->{plugins}->{"Screen::EPrint::Box::Sneep"}->{appears}->{summary_bottom} = 1000; $c->{plugins}->{"Screen::EPrint::Box::Sneep"}->{appears}->{summary_left} = undef; # Enable/Disable email notifications by changing this line # 0 = enabled # 1 = disabled $c->{plugins}{"Event::EmailComment"}{params}{disable} = 0;