File: ZZZAuto.pm

package info (click to toggle)
znuny 6.5.18-1
  • links: PTS
  • area: non-free
  • in suites: forky, sid
  • size: 205,344 kB
  • sloc: perl: 1,038,694; xml: 74,551; javascript: 65,276; sql: 23,574; sh: 417; makefile: 63
file content (21 lines) | stat: -rw-r--r-- 515 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# OTRS config file (automatically generated)
# VERSION:1.1
package scripts::test::sample::SysConfig::Migration::ZZZAuto;
use strict;
use warnings;
no warnings 'redefine';
use utf8;

## nofilter(TidyAll::Plugin::OTRS::Perl::PerlTidy)

sub Load {
    my ($File, $Self) = @_;

$Self->{'Frontend::RichTextPath'}   = '<OTRS_CONFIG_Frontend::WebPath>js/thirdparty/ckeditor-4.17.1/';
$Self->{'Frontend::RichTextWidth'}  = '320';
$Self->{'Frontend::RichTextHeight'} = '620';
$Self->{'MigrateSysConfigSettings'} = 1;

}

1;