mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[tests] Cleanup schema data
This commit is contained in:
parent
b7629490ad
commit
c3d203f07b
2 changed files with 3 additions and 3 deletions
|
@ -32,8 +32,8 @@ window.__KBN__ = {
|
|||
url: 'https://tiles.elastic.co/v1/default/{z}/{x}/{y}.png?elastic_tile_service_tos=agree&my_app_name=kibana',
|
||||
options: {
|
||||
minZoom: 0,
|
||||
maxZoom: 8,
|
||||
attribution: '© [Elastic Tile Service](https://www.elastic.co/elastic_tile_service_tos)'
|
||||
maxZoom: 7,
|
||||
attribution: '© [Elastic Tile Service](https://www.elastic.co/elastic_tile_service)'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -145,6 +145,6 @@ module.exports = () => Joi.object({
|
|||
reuseTiles: Joi.boolean().optional(),
|
||||
bounds: Joi.array().items(Joi.array().items(Joi.number()).min(2).required()).min(2).optional()
|
||||
}).default()
|
||||
}).default(),
|
||||
}).default()
|
||||
|
||||
}).default();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue