diff options
author | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-14 19:00:55 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-14 19:00:55 +0000 |
commit | 7d4aa4698e8acf0c104463ea81923945ae9c8f78 (patch) | |
tree | 20e8fd009b7c4462f18bc296a1058f7b50884bf3 /perllib/Cobrand.pm | |
parent | 91ac9486a1fd2eeb65fc9c6d2fccc1b170cfc16f (diff) |
Put area types in cobrand.
Diffstat (limited to 'perllib/Cobrand.pm')
-rw-r--r-- | perllib/Cobrand.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perllib/Cobrand.pm b/perllib/Cobrand.pm index c218ba9ea..3d604984d 100644 --- a/perllib/Cobrand.pm +++ b/perllib/Cobrand.pm @@ -116,6 +116,9 @@ my %fns = ( 'admin_pages' => { default => '0' }, # Show the problem creation graph in the admin interface 'admin_show_creation_graph' => { default => '1' }, + # The MaPit types this site handles + 'area_types' => { default => '[qw(DIS LBO MTD UTA CTY COI)]' }, + 'area_min_generation' => { default => '10' }, ); foreach (keys %fns) { |