Merge pull request #1079 from openclassify/fatihalp-patch-2

include_cities_sitemap make default false
This commit is contained in:
spektra2147 2021-05-18 14:43:57 +03:00 committed by GitHub
commit fe0a84e159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,14 +4,14 @@ return [
'sitemap_dividing_number' => [
"type" => "anomaly.field_type.integer",
"config" => [
"default_value" => 5000,
"default_value" => 5000
]
],
"include_cities_sitemap" => [
"type" => "anomaly.field_type.boolean",
"config" => [
"default_value" => true,
"mode" => "checkbox",
"default_value" => false,
"mode" => "checkbox"
]
]
];