include_cities_sitemap make default false

This commit is contained in:
Fatih Alp 2021-05-18 14:07:13 +03:00 committed by GitHub
parent d9a79205fe
commit 4ccf4057d1
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"
]
]
];