mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
18 lines
381 B
PHP
18 lines
381 B
PHP
<?php
|
|
|
|
return [
|
|
'sitemap_dividing_number' => [
|
|
"type" => "anomaly.field_type.integer",
|
|
"config" => [
|
|
"default_value" => 5000
|
|
]
|
|
],
|
|
"include_cities_sitemap" => [
|
|
"type" => "anomaly.field_type.boolean",
|
|
"config" => [
|
|
"default_value" => false,
|
|
"mode" => "checkbox"
|
|
]
|
|
]
|
|
];
|