aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Cobrand.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@fury.ukcod.org.uk>2011-02-14 19:00:55 +0000
committerMatthew Somerville <matthew@fury.ukcod.org.uk>2011-02-14 19:00:55 +0000
commit7d4aa4698e8acf0c104463ea81923945ae9c8f78 (patch)
tree20e8fd009b7c4462f18bc296a1058f7b50884bf3 /perllib/Cobrand.pm
parent91ac9486a1fd2eeb65fc9c6d2fccc1b170cfc16f (diff)
Put area types in cobrand.
Diffstat (limited to 'perllib/Cobrand.pm')
-rw-r--r--perllib/Cobrand.pm3
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) {